Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 11, 2024
1 parent 6aad7b2 commit 3489722
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ jobs:
- uses: actions/download-artifact@v4
with:
pattern: game-build
path: game

- run: ls game
- run: ls game-build

- name: Run Game
run: |
./game/main.x86_64 > result.txt
./game-build/main.x86_64 > result.txt
OUTPUT=$(echo result.txt | grep "GAME SUCCESSFUL")
if [ -z "$OUTPUT" ]; then
Expand Down

0 comments on commit 3489722

Please sign in to comment.