Skip to content

Commit

Permalink
chore: run tests on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
derkork committed Jun 1, 2024
1 parent 7390508 commit bda794b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "run tests"
on: push

jobs:
run_tests:
name: Run tests
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:4.0.2
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run tests
run: godot --path "$PWD" -d -s addons/gut/gut_cmdln.gd -gdir=res://tests/ -gprefix=test_ -gsuffix=.gd -gexit -ginclude_subdirs

0 comments on commit bda794b

Please sign in to comment.