We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc4576 commit c85d32dCopy full SHA for c85d32d
.github/workflows/ci.yaml
@@ -83,7 +83,8 @@ jobs:
83
if: steps.cache-build.outputs.cache-hit != 'true'
84
run: yarn build:all
85
86
- - run: yarn workspace @dd/tests build_esbuild || ls -la packages/tests/src/_playwright/projects/dist
+ - run: yarn workspace @dd/tests build_esbuild
87
+ - run: ls -la packages/tests/src/_playwright/projects/dist
88
- run: yarn workspace @dd/tests e2e || ls -la packages/tests/src/_playwright/projects/dist
89
90
- name: Save playwright cache
0 commit comments