Skip to content

Commit

Permalink
Update api-waf-sync-test-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-weaver committed Sep 25, 2024
1 parent c39b62c commit d7547ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api-waf-sync-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:
s3://dpc-dev-api-waf-sync-function/function-${{ github.sha }}.zip
aws lambda update-function-code --function-name dpc-dev-api-waf-sync \
--s3-bucket dpc-dev-api-waf-sync-function --s3-key function-${{ github.sha }}.zip
- name: Run tests
run: |
IS_TESTING=true go test

0 comments on commit d7547ef

Please sign in to comment.