Skip to content

Commit c7b3959

Browse files
committed
Only run for esbuild
1 parent 153f449 commit c7b3959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: steps.cache-build.outputs.cache-hit != 'true'
8484
run: yarn build:all
8585

86-
- run: yarn workspace @dd/tests e2e
86+
- run: yarn workspace @dd/tests e2e --project "firefox | esbuild"
8787
- name: Inspect directory
8888
if: always()
8989
run: ls -la packages/tests/src/_playwright/projects/dist

0 commit comments

Comments
 (0)