Skip to content

Commit 615cf55

Browse files
committed
1 parent 7124843 commit 615cf55

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/workflows/playwright.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,15 @@ on:
55
pull_request:
66
branches: [main, master]
77
jobs:
8-
test:
9-
timeout-minutes: 60
8+
tests_e2e:
9+
name: Run end-to-end tests
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
14-
with:
15-
node-version: 18
1614
- name: Install dependencies
1715
run: npm ci
18-
- name: Install Playwright Browsers
16+
- name: Install playwright browsers
1917
run: npx playwright install --with-deps
20-
- name: Run Playwright tests
21-
run: npx playwright test
22-
- uses: actions/upload-artifact@v3
23-
if: always()
24-
with:
25-
name: playwright-report
26-
path: playwright-report/
27-
retention-days: 30
18+
- name: Run tests
19+
run: npx playwright test retention-days: 30

0 commit comments

Comments
 (0)