Skip to content

Commit

Permalink
Merge pull request #1537 from pierotofy/fixdoc
Browse files Browse the repository at this point in the history
Fix docker-compose command
  • Loading branch information
pierotofy authored Aug 9, 2024
2 parents 58f4d38 + 1c7d8ac commit 109adc7
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 109adc7

Please sign in to comment.