From c1bf9d6dfab1e09ac8aa96aa7d4d56a0c396042b 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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-cdk.yml b/.github/workflows/test-cdk.yml index 03e8808..268d34f 100644 --- a/.github/workflows/test-cdk.yml +++ b/.github/workflows/test-cdk.yml @@ -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 @@ -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