Skip to content

Commit

Permalink
update workflow to reflect new directories
Browse files Browse the repository at this point in the history
  • Loading branch information
nateglims committed Sep 5, 2023
1 parent 7a315ed commit c1bf9d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-cdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
dir: ['demos-pipeline/lib', 'demos-pipeline/example']

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

steps:
- name: Check out repository code
Expand All @@ -29,5 +28,4 @@ jobs:
- run: npm ci
- run: npm run check
- run: npm run build --if-present
- name: Test ${{ matrix.dir }}
run: npm test
- run: npm test

0 comments on commit c1bf9d6

Please sign in to comment.