From 7501236c8e38b4391efc7c657e981b797951af02 Mon Sep 17 00:00:00 2001 From: glimsdal Date: Tue, 5 Sep 2023 16:03:08 -0700 Subject: [PATCH] update workflow to reflect new directories --- .github/workflows/test-cdk.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-cdk.yml b/.github/workflows/test-cdk.yml index 03e8808..4ba0f77 100644 --- a/.github/workflows/test-cdk.yml +++ b/.github/workflows/test-cdk.yml @@ -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 @@ -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