Skip to content

Commit

Permalink
fix(ci): run ac-client-data
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Oct 10, 2022
1 parent 06c1706 commit d338cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Test
run: |
docker compose pull
docker compose up ac-db-import
docker compose up ac-db-import
docker compose up -d ac-client-data
docker compose run --rm ac-authserver /bin/bash -c "timeout 5m ./env/dist/bin/authserver -dry-run"
docker compose run --rm ac-worldserver /bin/bash -c "timeout 5m ./env/dist/bin/worldserver -dry-run"

0 comments on commit d338cf3

Please sign in to comment.