mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Remove unnecessary activate job
This commit is contained in:
parent
26f0080aae
commit
093eb69424
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -9,15 +9,8 @@ env:
|
||||
PROJECT_PATH: test-project
|
||||
|
||||
jobs:
|
||||
activate:
|
||||
name: Activate Unity
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: webbertakken/unity-activate@v1
|
||||
|
||||
test:
|
||||
name: Test the project
|
||||
needs: [activate]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
Loading…
Reference in New Issue
Block a user