Skip to content

Commit

Permalink
Docker compose format change
Browse files Browse the repository at this point in the history
  • Loading branch information
s-egge committed Sep 24, 2024
1 parent 588e421 commit 182fd0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: unit tests
working-directory: backend
run: |
docker-compose build
docker-compose run --rm test
docker-compose down
docker compose build
docker compose run --rm test
docker compose down
build-deploy-gh-pages:
name: Build / Deploy to gh-pages
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-build-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: unit tests
working-directory: backend
run: |
docker-compose build
docker-compose run --rm test
docker-compose down
docker compose build
docker compose run --rm test
docker compose down
build-deploy-s3:
name: Build / Deploy to S3 Test Build
Expand Down

0 comments on commit 182fd0b

Please sign in to comment.