mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-09 20:40:24 +01:00
fix(ci): make tests need builds to complete
The wait for action is not reliable, so tests are running before builds have completed. By adding the explicit needs, tests will run at the right time, but it will make workflow runs a bit slower.
This commit is contained in:
parent
cf0b43f19d
commit
f9f055f08e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -235,6 +235,7 @@ jobs:
|
|||
|
||||
test:
|
||||
name: Test (${{ matrix.platform }}, ${{ matrix.arch }}, ${{ matrix.godot-version }})
|
||||
needs: [build-linux, build-other-platforms]
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in a new issue