Skip to content

Commit 4ee6b47

Browse files
committed
style: prettier auto format
1 parent 1ed5946 commit 4ee6b47

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/playwright.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
name: Playwright Tests
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [main]
55
pull_request:
6-
branches: [ main ]
6+
branches: [main]
77
jobs:
88
test:
99
timeout-minutes: 10
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
14-
with:
15-
node-version: 18
16-
- name: Install dependencies
17-
run: yarn
18-
- name: Install Playwright Browsers
19-
run: yarn playwright:install
20-
- name: Run Playwright tests
21-
run: yarn playwright:test
22-
env:
23-
VITE_PROJECT_ID: ${{ secrets.VITE_DEV_PROJECT_ID }}
24-
- uses: actions/upload-artifact@v3
25-
if: always()
26-
with:
27-
name: playwright-report
28-
path: playwright-report/
29-
retention-days: 30
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-node@v3
14+
with:
15+
node-version: 18
16+
- name: Install dependencies
17+
run: yarn
18+
- name: Install Playwright Browsers
19+
run: yarn playwright:install
20+
- name: Run Playwright tests
21+
run: yarn playwright:test
22+
env:
23+
VITE_PROJECT_ID: ${{ secrets.VITE_DEV_PROJECT_ID }}
24+
- uses: actions/upload-artifact@v3
25+
if: always()
26+
with:
27+
name: playwright-report
28+
path: playwright-report/
29+
retention-days: 30

0 commit comments

Comments
 (0)