We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153f449 commit c7b3959Copy full SHA for c7b3959
.github/workflows/ci.yaml
@@ -83,7 +83,7 @@ jobs:
83
if: steps.cache-build.outputs.cache-hit != 'true'
84
run: yarn build:all
85
86
- - run: yarn workspace @dd/tests e2e
+ - run: yarn workspace @dd/tests e2e --project "firefox | esbuild"
87
- name: Inspect directory
88
if: always()
89
run: ls -la packages/tests/src/_playwright/projects/dist
0 commit comments