Skip to content

Commit

Permalink
Migrate Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan authored Aug 5, 2024
1 parent 0cfb61f commit 7c45caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: docker-compose pull
- run: docker compose pull

- run: docker-compose -f docker-compose.test.yml build
- run: docker compose -f docker-compose.test.yml build

- run: docker-compose -f docker-compose.test.yml run web sh -c 'rails db:setup && rails test'
- run: docker compose -f docker-compose.test.yml run web sh -c 'rails db:setup && rails test'

deploy_production:
needs: test
Expand Down

0 comments on commit 7c45caf

Please sign in to comment.