Skip to content

Commit

Permalink
ci: update gdunit4 action version
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Apr 14, 2024
1 parent b8e5958 commit 6bbac1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ jobs:
# checkout your repository
- uses: actions/checkout@v4
# run unit tests
- uses: MikeSchulze/[email protected].2
- uses: MikeSchulze/[email protected].5
with:
godot-version: ${{ matrix.godot-version }}
godot-status: ${{ matrix.godot-status }}
paths: |
res://test/
timeout: 5
report-name:
report_${{ matrix.version }}_Godot${{ matrix.godot-version }}-${{ matrix.godot-status }}.xml
upload-report: false

0 comments on commit 6bbac1d

Please sign in to comment.