Skip to content

Commit

Permalink
Create file to satisfy SQS handler test
Browse files Browse the repository at this point in the history
The tests for `sqs-handler-construct` expect a zip archive to be present and throw if one isn’t. Create the file before executing tests.
  • Loading branch information
bryanjswift authored Aug 27, 2020
1 parent 2aeb506 commit a915dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cdk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: '"yarn install" and "yarn test:ci"'
run: |
yarn install
touch email_lambda.zip
yarn workspace @email_service/cdk test:ci
env:
CI: true

0 comments on commit a915dec

Please sign in to comment.