Skip to content

Commit

Permalink
Test using an unrecognized backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane committed Nov 15, 2023
1 parent 44dc29a commit 2d3c67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
gpu: 1
memory: "16384"
role-duration-seconds: 14400 # Worst-case time for a full model run
backend: fargate
backend: foobar
secrets:
AWS_IAM_ROLE_TO_ASSUME_ARN: ${{ secrets.AWS_IAM_ROLE_TO_ASSUME_ARN }}
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}

0 comments on commit 2d3c67f

Please sign in to comment.