From ca644d998cc538da5f8cec0eb8a19cb7d88e1440 Mon Sep 17 00:00:00 2001 From: Brandon Shien Date: Tue, 9 Apr 2024 12:13:46 -0700 Subject: [PATCH] Modified gitignore and added gradlew to workflow Signed-off-by: Brandon Shien --- .github/workflows/cdk-ci-test.yml | 1 + .gitignore | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cdk-ci-test.yml b/.github/workflows/cdk-ci-test.yml index 7b8ee8b..25de2e1 100644 --- a/.github/workflows/cdk-ci-test.yml +++ b/.github/workflows/cdk-ci-test.yml @@ -16,6 +16,7 @@ jobs: - name: Run CDK Test run: | + ./gradlew clean build cd infrastructure npm install npm test diff --git a/.gitignore b/.gitignore index a420d7c..b2692ee 100644 --- a/.gitignore +++ b/.gitignore @@ -36,9 +36,9 @@ replay_pid* build/ # CDK -infrastructure/*.js +infrastructure/**/*.js infrastructure/!jest.config.js -infrastructure/*.d.ts +infrastructure/**/*.d.ts infrastructure/node_modules # CDK asset staging directory