Skip to content

Commit

Permalink
Fix docker-compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Aug 9, 2024
1 parent 58f4d38 commit 1c7d8ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
swap-size-gb: 12
- name: Build and Test
run: |
docker-compose -f docker-compose.yml -f docker-compose.build.yml build --build-arg TEST_BUILD=ON
docker-compose -f docker-compose.yml -f docker-compose.build.yml up -d
docker compose -f docker-compose.yml -f docker-compose.build.yml build --build-arg TEST_BUILD=ON
docker compose -f docker-compose.yml -f docker-compose.build.yml up -d
sleep 20
docker-compose exec -T webapp /webodm/webodm.sh test
docker compose exec -T webapp /webodm/webodm.sh test

0 comments on commit 1c7d8ac

Please sign in to comment.