We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e201bd2 commit 74d21f1Copy full SHA for 74d21f1
.github/workflows/run-e2e-tests.yml
@@ -27,9 +27,7 @@ jobs:
27
contents: read
28
strategy:
29
matrix:
30
- # Maintenance: disabled until we discover concurrency lock issue with multiple versions and tmp
31
version: ["3.7", "3.8", "3.9"]
32
- # version: ["3.7"]
33
steps:
34
- name: "Checkout"
35
uses: actions/checkout@v3
@@ -48,7 +46,7 @@ jobs:
48
46
- name: Install CDK CLI
49
47
run: |
50
npm install
51
- cdk --version
+ npx cdk --version
52
- name: Install dependencies
53
run: make dev
54
- name: Configure AWS credentials
0 commit comments