Skip to content

Commit b6590c0

Browse files
committed
fix: remove changes
1 parent c394a9e commit b6590c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Install Playwright Browsers
6363
if: github.ref != 'refs/heads/main' && steps.restore-playwright.outputs.cache-hit != 'true'
64-
run: npm exec playwright install --with-deps
64+
run: npm playwright install --with-deps
6565

6666
- name: Save Playwright browsers cache
6767
if: github.ref != 'refs/heads/main' && steps.restore-playwright.outputs.cache-hit != 'true'
@@ -139,7 +139,7 @@ jobs:
139139
- name: Run Playwright tests
140140
env:
141141
TESTS_JWT_AUTH_TOKEN: ${{ secrets.TESTS_JWT_AUTH_TOKEN }}
142-
run: npm run test:e2e -- --project=${{ matrix.browser }}
142+
run: npx playwright test --project=${{ matrix.browser }}
143143

144144
- name: Upload test artifacts
145145
if: always()

0 commit comments

Comments
 (0)