Skip to content

Commit 3559d45

Browse files
committed
Update workflow files
1 parent 554422a commit 3559d45

File tree

5 files changed

+5
-14
lines changed

5 files changed

+5
-14
lines changed

.github/workflows/generation_testing.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
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:

.github/workflows/nodes_testing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ concurrency:
1313
jobs:
1414
warning_check:
1515
name: Tests
16-
runs-on: 'ubuntu-22.04'
1716
timeout-minutes: 10 # The overall timeout
1817
permissions:
1918
actions: write
@@ -23,7 +22,6 @@ jobs:
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:

.github/workflows/on-prs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
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

.github/workflows/other_testing.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
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:

.github/workflows/renderers_testing.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
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:

0 commit comments

Comments
 (0)