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 74e0c4f commit 8eef5a7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ jobs:
-e GAME=${{ env.GAME }} \
"+log on +rcon_password changeme +maxplayers 12 +map cs_italy"
- name: Inspect Container Directories 🕵️‍♂️
run: |
echo "Listing contents of /opt/steam:"
docker exec test-container ls /opt/steam
echo "Listing contents of /opt/steam/hlds:"
docker exec test-container ls /opt/steam/hlds
echo "Listing contents of /opt/steam/hlds/decay:"
docker exec test-container ls /opt/steam/hlds/decay
echo "Listing contents of /opt/steam/hlds/cstrike:"
docker exec test-container ls /opt/steam/hlds/cstrike
- name: Validate Directory Mappings 📂
run: |
# Check if plugin.ini exists in the decay directory
Expand Down

0 comments on commit 8eef5a7

Please sign in to comment.