Skip to content

Commit

Permalink
fix: attempt to fix service execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Oct 5, 2022
1 parent 86ea0fc commit f63ae84
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,12 @@ jobs:

- name: Configure
run: |
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
docker --version
docker-compose --version
- name: Test
run: |
docker-compose pull
docker-compose up ac-db-import
docker-compose run --rm --service-ports ac-authserver "source ./apps/ci/ci-dry-run.sh authserver"
docker-compose run --rm --service-ports ac-worldserver "source ./apps/ci/ci-dry-run.sh worldserver"
docker-compose run --rm --service-ports ac-authserver "cd ./env/dist/bin/ && timeout 5m ./authserver -dry-run"
docker-compose run --rm --service-ports ac-worldserver "cd ./env/dist/bin/ && timeout 5m ./worldserver -dry-run"

0 comments on commit f63ae84

Please sign in to comment.