Skip to content

Commit

Permalink
Modified gitignore and added gradlew to workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Shien <[email protected]>
  • Loading branch information
bshien committed Apr 9, 2024
1 parent 73e7464 commit ca644d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cdk-ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- name: Run CDK Test
run: |
./gradlew clean build
cd infrastructure
npm install
npm test
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca644d9

Please sign in to comment.