Skip to content

Commit

Permalink
Use custom fork of godot-tester in unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 4, 2024
1 parent 04e7a2b commit bfc82e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
tree ~/ -L 3
cp ./addons/glecs/bin/debug ./addons/glecs/bin/release -r
- uses: croconut/[email protected]
# - uses: croconut/[email protected]
- uses: GsLogiMaker/godot-tester@vmaster
with:
# Your Godot version number e.g. 3.2.2
version: 4.2 # default is 3.2.2
Expand All @@ -53,4 +54,4 @@ jobs:
if: always()
run: |
sudo apt install tree
tree ../../ -L 5
tree ../../ -L 5 -a

0 comments on commit bfc82e8

Please sign in to comment.