Skip to content

Commit

Permalink
test: add debug log check
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 13, 2024
1 parent 8e4c3c9 commit ebbf5ee
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/resuable_ia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
-
name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
Expand All @@ -35,15 +36,22 @@ jobs:
# run: |
# s3cmd get s3://${{ secrets.S3_BUCKET_NAME }}/itemsaddres maps-cache-data.tar.xz

- name: Setup - IA Minecraft Server
-
name: Setup - IA Minecraft Server
run: |
mkdir output
docker compose -f .github/compose/docker-compose.yml up -d
env:
RCON_ENV: ${{ secrets.RCON_PASSWORD }}

- name: Health - Check server is online
-
name: Health - Check server is online
uses: raschmitt/wait-for-healthy-container/@master
with:
container-name: itemsadder_server
timeout: 60

- name: DEBUG - Get compose log
run: |
docker compose -f .github/compose/docker-compose.yml logs > .github/compose.log
cat .github/compose.log

0 comments on commit ebbf5ee

Please sign in to comment.