Skip to content

Commit

Permalink
update test command for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Sep 25, 2024
1 parent 802f954 commit f51c215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
compose-file: "./compose.yml"
down-flags: "--volumes"
test-container: app
test-command: "/app/ci.sh"
test-command: bash -e "/app/ci.sh"
- name: Deploy to staging Heroku
env:
HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}
Expand Down

0 comments on commit f51c215

Please sign in to comment.