Skip to content

Commit

Permalink
Merge branch 'feature/introduce_code_formatter' into fix/compress_iam…
Browse files Browse the repository at this point in the history
…_role_policy
  • Loading branch information
Chris Park committed Apr 19, 2024
2 parents aa4f907 + 94ccd65 commit fcc53f9
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/cdk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.release.target_commitish }}
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run test --workspaces
- uses: actions/checkout@v2
with:
ref: ${{ github.event.release.target_commitish }}
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run lint:check && npm run format:check
- run: npm run test --workspaces

0 comments on commit fcc53f9

Please sign in to comment.