diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e635c1e..bad756c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,15 +1,15 @@ name: Test -# on: -# push: -# branches: [master] +on: + push: + branches: [master] jobs: tests: name: Run Unit Tests runs-on: ubuntu-latest container: - image: barichello/godot-ci:4.0.3 + image: barichello/godot-ci:4.1 steps: - uses: actions/checkout@v3 with: