Skip to content

Commit ec1ccdd

Browse files
committed
chore: update playwright github workflow command
1 parent a069928 commit ec1ccdd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: Playwright Tests
22

3-
# Disabled until playwright config is fixed
4-
# on:
5-
# push:
6-
# branches: [ main, master ]
7-
# pull_request:
8-
# branches: [ main, master ]
93
on:
104
push:
115
branches: [ main, master ]
@@ -15,6 +9,8 @@ jobs:
159
test:
1610
timeout-minutes: 60
1711
runs-on: ubuntu-latest
12+
env:
13+
CI: true
1814
steps:
1915
- uses: actions/checkout@v4
2016
- uses: actions/setup-node@v4
@@ -25,7 +21,7 @@ jobs:
2521
- name: Install Playwright Browsers
2622
run: npx playwright install --with-deps
2723
- name: Run Playwright tests
28-
run: npx playwright test
24+
run: npm run playwright:test:ci
2925
- uses: actions/upload-artifact@v4
3026
if: ${{ !cancelled() }}
3127
with:

0 commit comments

Comments
 (0)