Skip to content

Commit

Permalink
remove cdk test from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zekehuntergreen committed Jan 24, 2024
1 parent 3948aee commit 731d4f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/api-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: |
npm run cdk::build
npm run cdk::lint
npm run cdk::test
npm run cdk::synth
- name: AWS Auth
uses: aws-actions/configure-aws-credentials@v2
Expand All @@ -46,4 +45,4 @@ jobs:
- packages/cdk/cdk.out/TranscriptionService-CODE.template.json
- packages/cdk/cdk.out/TranscriptionService-PROD.template.json
transcription-service:
- packages/api/target/api.zip
- packages/api/target/api.zip

0 comments on commit 731d4f6

Please sign in to comment.