Skip to content

Commit 5d7601a

Browse files
committed
Use test:ci on GitHub actions.
1 parent 84138d2 commit 5d7601a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
- name: Run Playwright tests
296296
run: |
297297
cd packages/integration-tests
298-
yarn test
298+
yarn test:ci
299299
300300
job_browser_integration_tests:
301301
name: Browser Integration Tests (${{ matrix.browser }})

0 commit comments

Comments
 (0)