Skip to content

Commit

Permalink
test: change to another health check
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 13, 2024
1 parent e8e22d1 commit 9e430ec
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/resuable_ia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# region: "sgp1"
# access_key: ${{ secrets.S3_ACCESS_KEY }}
# secret_key: ${{ secrets.S3_SECRET_KEY }}

# - name: S3 - Download Plugins
# run: |
# s3cmd get s3://${{ secrets.S3_BUCKET_NAME }}/itemsaddres maps-cache-data.tar.xz
Expand All @@ -40,9 +40,8 @@ jobs:
env:
RCON_ENV: ${{ secrets.RCON_PASSWORD }}

- name: Check services healthiness
uses: thegabriele97/dockercompose-health-action@main
- name: Health - Check server is online
uses: raschmitt/wait-for-healthy-container/@master
with:
filename: ".github/compose/docker-compose.yml"
timeout: "60"
workdir: ".github/compose"
container-name: itemsadder_server
timeout: 60

0 comments on commit 9e430ec

Please sign in to comment.