From 263a2f3b2bcd49c3b0a9cd97547ba6787ae0e413 Mon Sep 17 00:00:00 2001 From: Tim Cowlishaw Date: Tue, 23 Apr 2024 17:33:13 +0200 Subject: [PATCH] actually create the db --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index d0efccf..f2d2f03 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -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: "'rake db:create && rake test && rake test:system'" - name: Deploy to staging Heroku env: HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}