Skip to content

Commit 34ab036

Browse files
committed
Update gdunit workflow
1 parent 2e5d7dc commit 34ab036

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/generation_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
with:
2929
lfs: true
3030
# run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
31-
- uses: MikeSchulze/gdUnit4-action@v1.2.2
31+
- uses: godot-gdunit-labs/gdUnit4-action@v1.3.0
3232
with:
33-
godot-version: '4.5'
33+
godot-version: '4.6'
3434
paths: |
3535
res://testing/generation
3636
timeout: 5

.github/workflows/nodes_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
with:
2929
lfs: true
3030
# run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
31-
- uses: MikeSchulze/gdUnit4-action@v1.2.2
31+
- uses: godot-gdunit-labs/gdUnit4-action@v1.3.0
3232
with:
33-
godot-version: '4.5'
33+
godot-version: '4.6'
3434
paths: |
3535
res://testing/graph_nodes
3636
timeout: 5

.github/workflows/other_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
with:
2929
lfs: true
3030
# run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
31-
- uses: MikeSchulze/gdUnit4-action@v1.2.2
31+
- uses: godot-gdunit-labs/gdUnit4-action@v1.3.0
3232
with:
33-
godot-version: '4.5'
33+
godot-version: '4.6'
3434
paths: |
3535
res://testing/other
3636
timeout: 5

.github/workflows/renderers_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
with:
2929
lfs: true
3030
# run tests by using the gdUnit4-action with Godot version 4.2.1 and the latest GdUnit4 release
31-
- uses: MikeSchulze/gdUnit4-action@v1.2.2
31+
- uses: godot-gdunit-labs/gdUnit4-action@v1.3.0
3232
with:
33-
godot-version: '4.5'
33+
godot-version: '4.6'
3434
paths: |
3535
res://testing/rendering
3636
timeout: 5

0 commit comments

Comments
 (0)