Skip to content

Commit

Permalink
GitHub workflow: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Jul 27, 2023
1 parent b9d61e3 commit ab5fed5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-cdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
Run-Demos-Pipeline-Tests:
runs-on: ubuntu-latest

defaults:
run:
working-directory: demos-pipeline

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
dir: ['demos-pipeline/lib', 'demos-pipeline/example']

defaults:
run:
working-directory: ${{ matrix.dir }}

steps:
- name: Check out repository code
Expand All @@ -27,6 +28,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run check
- run: npm run zip-data
- run: npm run build --if-present
- run: npm test

0 comments on commit ab5fed5

Please sign in to comment.