Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
ci: use HAPI validator on integ tests (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
carvantes authored Mar 29, 2021
1 parent 393846b commit a8817de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
serverless deploy --stage dev --region us-west-2 --conceal
serverless deploy --stage dev --region us-west-2 --useHapiValidator true --conceal
- name: Deploy auditLogMover
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID}}
Expand Down

0 comments on commit a8817de

Please sign in to comment.