Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6eb02b5

Browse files
committedAug 1, 2024··
chore: test dep
1 parent ce71227 commit 6eb02b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
role-to-assume: ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
6969
aws-region: eu-west-1
7070
mask-aws-account-id: true
71+
- name: Test
72+
run: npm --version
7173
- name: Run integration tests on utils
7274
env:
7375
RUNTIME: nodejs${{ matrix.version }}x

0 commit comments

Comments
 (0)
Please sign in to comment.