From 6ba31acf2ef8eefc83facf1429d7c684120c4624 Mon Sep 17 00:00:00 2001 From: myin Date: Mon, 31 Jul 2023 17:21:52 +0200 Subject: [PATCH] update test workflow --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: