Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
glacials committed Oct 4, 2024
1 parent 0dc07f2 commit 75197d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Build environment
run: |
docker-compose build
docker-compose run web bundle install
docker-compose run web yarn install
docker-compose run -e RAILS_ENV=test web bundle exec rails db:migrate
docker compose build
docker compose run web bundle install
docker compose run web yarn install
docker compose run -e RAILS_ENV=test web bundle exec rails db:migrate
- name: Test Rails
run: docker-compose run -e RAILS_ENV=test web bundle exec rspec
run: docker compose run -e RAILS_ENV=test web bundle exec rspec

0 comments on commit 75197d2

Please sign in to comment.