Skip to content

Commit

Permalink
chore: try other action
Browse files Browse the repository at this point in the history
  • Loading branch information
derkork committed Jun 1, 2024
1 parent a28da02 commit 61e3475
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion .gut_editor_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 61e3475

Please sign in to comment.