Skip to content

Commit ff00bcf

Browse files
linting
1 parent 587ce88 commit ff00bcf

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/end-to-end-tests.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,12 @@ jobs:
171171

172172
name: End-to-End tests
173173
runs-on: |
174-
${{
175-
(inputs.device == 'Desktop Safari' ||
176-
inputs.device == 'iPad (gen 7) landscape' ||
177-
inputs.device == 'iPhone 15') &&
178-
'macos-latest' ||
179-
'ubuntu-latest'
174+
${{
175+
(inputs.device == 'Desktop Safari' ||
176+
inputs.device == 'iPad (gen 7) landscape' ||
177+
inputs.device == 'iPhone 15') &&
178+
'macos-latest' ||
179+
'ubuntu-latest'
180180
}}
181181
182182
env:
@@ -246,10 +246,10 @@ jobs:
246246
id: playwright-cache
247247
with:
248248
path: |
249-
${{
250-
runner.os == 'macOS' &&
251-
'~/Library/Caches/ms-playwright' ||
252-
'~/.cache/ms-playwright'
249+
${{
250+
runner.os == 'macOS' &&
251+
'~/Library/Caches/ms-playwright' ||
252+
'~/.cache/ms-playwright'
253253
}}
254254
key: |
255255
playwright-${{ runner.os }}-${{ hashFiles('**/pyproject.toml') }}
@@ -287,7 +287,7 @@ jobs:
287287

288288
- name: Configure AWS credentials
289289
if: |
290-
always() &&
290+
always() &&
291291
steps.set-variables.outputs.deploy_report == 'true'
292292
uses: aws-actions/configure-aws-credentials@v6
293293
with:
@@ -297,7 +297,7 @@ jobs:
297297
298298
- name: Process reports
299299
if: |
300-
always() &&
300+
always() &&
301301
steps.set-variables.outputs.deploy_report == 'true'
302302
continue-on-error: true
303303
uses: ./.github/actions/deploy-reports

0 commit comments

Comments
 (0)