Skip to content

Commit

Permalink
change gut.yml to godot-gut-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
menaechmi authored Sep 13, 2024
1 parent a3d8f5f commit 0fd13ec
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/gut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,15 @@ on:
workflow_dispatch:

jobs:
build:
GUT:
name: Run GUT tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: croconut/godot-tester@v5
- name: Checkout
uses: actions/checkout@v4
- name: Docker Test
uses: ceceppa/godot-gut-ci@main
with:
# required
version: "4.2.2"
# the type of release of godot that the tests should be run with
release_type: "rc2"
# how long to spend importing assets before tests are run
import-time: "10"
# default is false, set true to count asserts instead of tests
assert-check: "true"
# how long tests can run in seconds
test-timeout: "900"
# the ratio of tests that must pass for this action to pass
# e.g. 0.6 means 60% of your tests must pass
minimum-pass: "0.70"
# the directory containing Gut tests
test-dir: "res://tests"
gut_params: -gdir=res://tests/unit,res://tests/integration

0 comments on commit 0fd13ec

Please sign in to comment.