Skip to content

Commit

Permalink
test: use sleep command
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 13, 2024
1 parent eb6acdd commit 9f77a94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/resuable_ia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ jobs:
-
name: mcrcon - Run IA commands
run: |
$GITHUB_WORKSPACE/.github/tools/mcrcon -w 12 "iareload"
$GITHUB_WORKSPACE/.github/tools/mcrcon -w 30 "iazip"
$GITHUB_WORKSPACE/.github/tools/mcrcon "iareload"
sleep 16
$GITHUB_WORKSPACE/.github/tools/mcrcon "iazip"
sleep 30
env:
MCRCON_PASS: ${{ secrets.RCON_PASSWORD }}

Expand Down

0 comments on commit 9f77a94

Please sign in to comment.