Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Sep 23, 2024
1 parent 0edce96 commit 09d75ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: sh
run: |
./scripts/build-dev-2d.sh
ls bin2d/addons/bin
ls bin2d/addons/godot-rapier2d/bin
godot --headless --path ./bin2d test.tscn --quit-after 1000 > output.log 2>&1
echo "---------------------"
grep "ERROR:" output.log
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
shell: sh
run: |
./scripts/build-dev-3d.sh
ls bin3d/addons/bin
ls bin3d/addons/godot-rapier3d/bin
godot --headless --path ./bin3d test.tscn --quit-after 1000 > output.log 2>&1
echo "---------------------"
grep "ERROR:" output.log
Expand Down

0 comments on commit 09d75ac

Please sign in to comment.