Skip to content

Commit

Permalink
ci: fix docker test job
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 18, 2023
1 parent b4e1fb9 commit 9c159d0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,13 @@ jobs:
outputs: type=cacheonly

docker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
-
name: Free up disk space
run: |
#sudo du -h -S / | sort -rh
sudo rm -rf /opt/google/chrome /opt/microsoft/msedge /usr/local/julia* /usr/share/dotnet /opt/hostedtoolcache /usr/local/lib/android/sdk
-
name: Checkout
uses: actions/checkout@v3
Expand All @@ -82,7 +87,7 @@ jobs:
uses: crazy-max/.github/.github/actions/container-logs-check@main
with:
container_name: ${{ env.CONTAINER_NAME }}
log_check: "Connection to Steam servers successful"
log_check: "Host_NewGame on map "
timeout: 2400
-
name: Container logs
Expand Down

0 comments on commit 9c159d0

Please sign in to comment.