Skip to content

Commit 122b586

Browse files
committed
chore: test dep
1 parent 6eb02b5 commit 122b586

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-e2e-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969
aws-region: eu-west-1
7070
mask-aws-account-id: true
7171
- name: Test
72-
run: npm --version
72+
run: |
73+
npm --version
74+
ls -la packages/testing/lib/cjs
7375
- name: Run integration tests on utils
7476
env:
7577
RUNTIME: nodejs${{ matrix.version }}x

0 commit comments

Comments
 (0)