Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosanchez committed Nov 19, 2024
1 parent ad437fd commit 1651d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Start services
run: scripts/start_services.sh
- name: Run test suite
run: docker-compose -f docker/docker-compose.yaml exec -T app bash scripts/build.sh
run: docker compose -f docker/docker-compose.yaml exec -T app bash scripts/build.sh
- name: Upload coverage report
uses: codecov/codecov-action@v2

Expand All @@ -23,7 +23,7 @@ jobs:
- name: Start services
run: scripts/start_services.sh
- name: Package
run: docker-compose -f docker/docker-compose.yaml exec -T app bash scripts/package.sh
run: docker compose -f docker/docker-compose.yaml exec -T app bash scripts/package.sh
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 1651d37

Please sign in to comment.