Skip to content

Commit

Permalink
Update validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Oct 3, 2024
1 parent 6a62997 commit 05533bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run Docker Container 🐳
run: |
cd container
cd ./container
docker run \
--name hlds ${{ env.image_id }} \
-v "$(pwd)/config:/temp/config" \
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
exit 1
fi
# Check if test.cfg exists in the cstrike directory
# Check if test.cfg exists in the game directory
if [ "$(docker exec hlds ls /opt/steam/hlds/${{ env.GAME }} | grep -c 'test.cfg')" -eq 0 ]; then
echo "test.cfg file is missing in the ${{ env.GAME }} directory!"
exit 1
Expand Down

0 comments on commit 05533bb

Please sign in to comment.