mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Remove checkout as prerequisite
This commit is contained in:
parent
c53fa402db
commit
f14fe9806a
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test the project
|
name: Test the project
|
||||||
needs: [checkout, activate]
|
needs: [activate]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user