mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Migrate CI to GitHub Actions
This commit is contained in:
parent
59f243c831
commit
79ac907346
5 changed files with 16 additions and 26 deletions
|
|
@ -26,8 +26,8 @@ $docker_compose up -d
|
|||
script/poll-for-db
|
||||
|
||||
# Leaving this in since it will be needed for Rails 5
|
||||
bin/rails db:environment:set RAILS_ENV=test || true
|
||||
$docker_compose run web bin/rails db:environment:set RAILS_ENV=test || true
|
||||
|
||||
bin/rake db:reset
|
||||
bin/rake test
|
||||
$docker_compose run web bin/rake db:reset
|
||||
$docker_compose run web bin/rake test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue