Skip to content

Commit 74d21f1

Browse files
heitorlessarubenfonseca
authored andcommitted
fix(ci): workflow should use npx for CDK CLI
1 parent e201bd2 commit 74d21f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
contents: read
2828
strategy:
2929
matrix:
30-
# Maintenance: disabled until we discover concurrency lock issue with multiple versions and tmp
3130
version: ["3.7", "3.8", "3.9"]
32-
# version: ["3.7"]
3331
steps:
3432
- name: "Checkout"
3533
uses: actions/checkout@v3
@@ -48,7 +46,7 @@ jobs:
4846
- name: Install CDK CLI
4947
run: |
5048
npm install
51-
cdk --version
49+
npx cdk --version
5250
- name: Install dependencies
5351
run: make dev
5452
- name: Configure AWS credentials

0 commit comments

Comments
 (0)