Skip to content

Commit

Permalink
Check for error running migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Nov 12, 2024
1 parent 0d9c876 commit 5d62884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- run:
name: "Migrate database"
command: |
AWS_REGION=eu-west-2 aws lambda invoke --function-name ApiFrontendManagementFunction --payload '{ "command": "migrate", "args": ["--no-input"] }' --cli-binary-format raw-in-base64-out -
AWS_REGION=eu-west-2 aws lambda invoke --function-name ApiFrontendManagementFunction --payload '{ "command": "migrate", "args": ["--no-input"] }' --cli-binary-format raw-in-base64-out - | grep -v 'FunctionError'
- run:
name: "Install test dependencies"
Expand Down

0 comments on commit 5d62884

Please sign in to comment.