Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Jul 31, 2023
1 parent d46c941 commit 6ba31ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 6ba31ac

Please sign in to comment.