Skip to content

Commit c85d32d

Browse files
committed
New line
1 parent 5dc4576 commit c85d32d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

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

86-
- run: yarn workspace @dd/tests build_esbuild || ls -la packages/tests/src/_playwright/projects/dist
86+
- run: yarn workspace @dd/tests build_esbuild
87+
- run: ls -la packages/tests/src/_playwright/projects/dist
8788
- run: yarn workspace @dd/tests e2e || ls -la packages/tests/src/_playwright/projects/dist
8889

8990
- name: Save playwright cache

0 commit comments

Comments
 (0)