Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa authored Dec 12, 2023
1 parent 209aaf4 commit 04815a5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,17 @@ jobs:
godot_version: 4.1.2
gut_params: -gdir=res://tests/unit
project_path: gut-ci-test-project/godot4

gut-godot42:
name: Run GUT tests for Godot 4
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Godot GUT CI Test
uses: ./
with:
godot_version: 4.2
gut_params: -gdir=res://tests/unit
project_path: gut-ci-test-project/godot4

0 comments on commit 04815a5

Please sign in to comment.