From 61e3475380f1fff23a6041b475f56aa0a9f8dbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Thom=C3=A4?= Date: Sat, 1 Jun 2024 15:18:27 +0200 Subject: [PATCH] chore: try other action --- .github/workflows/run_tests.yml | 14 +++++++------- .gut_editor_config.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index aeb6d5a..bb28235 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -2,15 +2,15 @@ name: "run tests" on: push jobs: - run_tests: + execute-gut: name: Run tests runs-on: ubuntu-latest - container: - image: docker://barichello/godot-ci:4.0.3 steps: - name: Checkout - uses: actions/checkout@v1 - - name: Setup Project - run: timeout 25s godot -e --headless || true + uses: actions/checkout@v2 - name: Run tests - run: godot --headless --path "$PWD" -s addons/gut/gut_cmdln.gd -gdir=res://tests/ -gprefix=test_ -gsuffix=.gd -gexit -ginclude_subdirs + uses: ceceppa/godot-gut-ci@main + with: + godot_version: 4.0.3 + gut_params: -gdir=res://tests/ -gprefix=test_ -gsuffix=.gd -gexit -ginclude_subdirs + diff --git a/.gut_editor_config.json b/.gut_editor_config.json index 8e34213..1db90b9 100644 --- a/.gut_editor_config.json +++ b/.gut_editor_config.json @@ -31,7 +31,7 @@ "post_run_script": "", "pre_run_script": "", "prefix": "test_", - "selected": "test_not_guard.gd", + "selected": null, "should_exit": false, "should_exit_on_success": true, "should_maximize": false,