File tree Expand file tree Collapse file tree 5 files changed +18
-10
lines changed
Expand file tree Collapse file tree 5 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313jobs :
1414 generate_test :
1515 name : Tests
16- runs-on : ' ubuntu-22 .04'
16+ runs-on : ' ubuntu-24 .04'
1717 timeout-minutes : 10 # The overall timeout
1818 permissions :
1919 actions : write
2424
2525 steps :
2626 # checkout your repository
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 lfs : true
3030 # run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
3535 res://testing/generation
3636 timeout : 5
3737 publish-report : false
38+ report-name : generation-gdunit4
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313jobs :
1414 warning_check :
1515 name : Tests
16- runs-on : ' ubuntu-22 .04'
16+ runs-on : ' ubuntu-24 .04'
1717 timeout-minutes : 10 # The overall timeout
1818 permissions :
1919 actions : write
2323 statuses : write
2424
2525 steps :
26-
26+ # checkout your repository
27+ - uses : actions/checkout@v4
28+ with :
29+ lfs : true
2730 # run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
2831 - uses : MikeSchulze/gdUnit4-action@v1.1.6
2932 with :
3235 res://testing/graph_nodes
3336 timeout : 5
3437 publish-report : false
38+ report-name : nodes-gdunit4
Original file line number Diff line number Diff line change 3232 statuses : write
3333
3434 nodes_testing :
35- name : ' 🐞 Nodes '
35+ name : ' 🐞 Node '
3636 uses : ./.github/workflows/nodes_testing.yml
3737
3838 permissions :
5252 contents : write
5353 pull-requests : write
5454 statuses : write
55-
55+
5656 other_testing :
5757 name : ' 🐞 Other'
5858 uses : ./.github/workflows/other_testing.yml
6363 contents : write
6464 pull-requests : write
6565 statuses : write
66+
6667
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313jobs :
1414 warning_check :
1515 name : Tests
16- runs-on : ' ubuntu-22 .04'
16+ runs-on : ' ubuntu-24 .04'
1717 timeout-minutes : 10 # The overall timeout
1818 permissions :
1919 actions : write
2424
2525 steps :
2626 # checkout your repository
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 lfs : true
3030 # run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
3535 res://testing/other
3636 timeout : 5
3737 publish-report : false
38+ report-name : other-gdunit4
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313jobs :
1414 warning_check :
1515 name : Tests
16- runs-on : ' ubuntu-22 .04'
16+ runs-on : ' ubuntu-24 .04'
1717 timeout-minutes : 10 # The overall timeout
1818 permissions :
1919 actions : write
2424
2525 steps :
2626 # checkout your repository
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 lfs : true
3030 # run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
3535 res://testing/rendering
3636 timeout : 5
3737 publish-report : false
38+ report-name : rendering-gdunit4
You can’t perform that action at this time.
0 commit comments