Skip to content

Commit

Permalink
Fix CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
ServerlessLife committed Apr 7, 2024
1 parent 5d83c9c commit 231c49d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE }}
role-session-name: GitHubActions
- name: Test
env:
CI: true
run: npx vitest test/cdk-simple.test.ts

# publish:
Expand Down

0 comments on commit 231c49d

Please sign in to comment.