Skip to content

Commit e91812a

Browse files
committed
chore: format unformatted files
Signed-off-by: Florent Benoit <[email protected]>
1 parent 84d4881 commit e91812a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/daily-testing-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if [ git rev-parse -q --verify "$githubTag" ]; then
6060
echo "Tag '$githubTag' exists, skipping..."
6161
exit 1;
62-
else
62+
else
6363
echo "Tag '$githubTag' does not exist yet, continue"
6464
fi
6565

.github/workflows/e2e-kubernetes-main.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ on:
3838
description: 'Podman Desktop repo branch'
3939
type: string
4040
required: true
41-
kind_provider:
41+
kind_provider:
4242
description: 'Kind cluster provider type'
4343
type: choice
4444
options:
4545
- docker
46-
- podman
46+
- podman
4747
required: true
4848

4949
jobs:
@@ -99,7 +99,7 @@ jobs:
9999
[engine]
100100
cgroup_manager="cgroupfs"
101101
EOT
102-
podman info
102+
podman info
103103
104104
- uses: pnpm/action-setup@v4
105105
name: Install pnpm
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Execute pnpm
115115
run: pnpm install
116-
116+
117117
- name: Run E2E kubernetes tests in Production Mode
118118
env:
119119
PODMANDESKTOP_CI_BOT_TOKEN: ${{ secrets.PODMANDESKTOP_CI_BOT_TOKEN }}
@@ -138,12 +138,12 @@ jobs:
138138
detailed_summary: true
139139
annotate_only: true
140140
require_tests: true
141-
report_paths: '**/*results.xml'
141+
report_paths: '**/*results.xml'
142142

143143
- uses: actions/upload-artifact@v4
144144
if: always()
145145
with:
146146
name: k8s-e2e-tests
147147
path: |
148148
./tests/**/output/
149-
!./tests/**/traces/raw
149+
!./tests/**/traces/raw

.github/workflows/e2e-main.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ on:
4343
description: 'Podman Desktop repo branch'
4444
type: string
4545
required: true
46-
kind_provider:
46+
kind_provider:
4747
description: 'Kind cluster provider type'
4848
type: choice
4949
options:
5050
- docker
51-
- podman
51+
- podman
5252
required: false
53-
update_with_extensions:
53+
update_with_extensions:
5454
description: 'Installation extensions before update'
5555
type: choice
5656
options:
@@ -113,7 +113,7 @@ jobs:
113113
[engine]
114114
cgroup_manager="cgroupfs"
115115
EOT
116-
podman info
116+
podman info
117117
118118
- uses: pnpm/action-setup@v4
119119
name: Install pnpm
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Execute pnpm
129129
run: pnpm install
130-
130+
131131
- name: Run E2E tests in Production Mode
132132
env:
133133
PODMANDESKTOP_CI_BOT_TOKEN: ${{ secrets.PODMANDESKTOP_CI_BOT_TOKEN }}

0 commit comments

Comments
 (0)