Skip to content

Commit

Permalink
exec
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 11, 2024
1 parent 99d8460 commit 006eab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
with:
pattern: game-build

- run: ls game-build

- name: Run Game
run: |
chmod +x ./game-build/main.x86_64
./game-build/main.x86_64 > result.txt
OUTPUT=$(echo result.txt | grep "GAME SUCCESSFUL")
Expand Down

0 comments on commit 006eab3

Please sign in to comment.