File tree Expand file tree Collapse file tree 5 files changed +5
-14
lines changed
Expand file tree Collapse file tree 5 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 2222 statuses : write
2323
2424 steps :
25- # checkout your repository
26- - uses : actions/checkout@v4
27- with :
28- lfs : true
2925 # run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
3026 - uses : MikeSchulze/gdUnit4-action@v1.1.6
3127 with :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ concurrency:
1313jobs :
1414 warning_check :
1515 name : Tests
16- runs-on : ' ubuntu-22.04'
1716 timeout-minutes : 10 # The overall timeout
1817 permissions :
1918 actions : write
2322 statuses : write
2423
2524 steps :
26-
2725 # run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
2826 - uses : MikeSchulze/gdUnit4-action@v1.1.6
2927 with :
Original file line number Diff line number Diff line change 3232 name : ' 🐞 Unit Tests'
3333
3434 steps :
35+ - name : ' Checkout'
36+ uses : actions/checkout@v5
37+ with :
38+ lfs : true
39+
3540 - name : ' 🐞 Generation'
3641 uses : ./.github/workflows/generation_testing.yml
3742
Original file line number Diff line number Diff line change 2222 statuses : write
2323
2424 steps :
25- # checkout your repository
26- - uses : actions/checkout@v4
27- with :
28- lfs : true
2925 # run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
3026 - uses : MikeSchulze/gdUnit4-action@v1.1.6
3127 with :
Original file line number Diff line number Diff line change 2222 statuses : write
2323
2424 steps :
25- # checkout your repository
26- - uses : actions/checkout@v4
27- with :
28- lfs : true
2925 # run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
3026 - uses : MikeSchulze/gdUnit4-action@v1.1.6
3127 with :
You can’t perform that action at this time.
0 commit comments