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