Skip to content

Commit

Permalink
update docker compose usage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmejia committed Oct 18, 2024
1 parent a6e26b8 commit 8e369f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Set perms
run: chmod -R a+rw api
- name: Build the stack
run: docker-compose --env-file ./docker-compose.env build
run: docker compose --env-file ./docker-compose.env build
- name: Test
run: docker-compose --env-file ./docker-compose.env run --rm api ./run_tests.sh
run: docker compose --env-file ./docker-compose.env run --rm api ./run_tests.sh

0 comments on commit 8e369f2

Please sign in to comment.