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 7501236
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test-cdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ jobs:
Run-CDK-Tests:
runs-on: ubuntu-latest

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 +24,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 7501236

Please sign in to comment.