Skip to content

Commit

Permalink
correct workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Sep 25, 2024
1 parent 03f09b1 commit 39e993f
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 @@ -16,4 +16,4 @@ jobs:
with:
file: "./compose.yml"
service: app
command: "bash --login -c -e \"/app/ci.sh\""
command: "./ci.sh"

0 comments on commit 39e993f

Please sign in to comment.