Skip to content

Commit

Permalink
actually create the db
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Apr 23, 2024
1 parent 3a5fcdd commit 1a01089
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: "rake db:test:create && rake test && rake test:system"
test-command: "ci.sh"
- name: Deploy to staging Heroku
env:
HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#/bin/sh
rake db:create && rake test && rake test:system

0 comments on commit 1a01089

Please sign in to comment.