ci: updated workflow to work on new Unity dedicated runner
Some checks failed
Create tag, test, build and upload / BumpTag (push) Successful in 6s
Create tag, test, build and upload / Test (editmode) (push) Failing after 54m25s
Create tag, test, build and upload / Test (playmode) (push) Failing after 5s
Create tag, test, build and upload / Test (standalone) (push) Failing after 5s
Create tag, test, build and upload / Build (StandaloneWindows) (push) Has been skipped
Create tag, test, build and upload / Build (StandaloneLinux64) (push) Has been skipped
Create tag, test, build and upload / Build (WebGL) (push) Has been skipped
Some checks failed
Create tag, test, build and upload / BumpTag (push) Successful in 6s
Create tag, test, build and upload / Test (editmode) (push) Failing after 54m25s
Create tag, test, build and upload / Test (playmode) (push) Failing after 5s
Create tag, test, build and upload / Test (standalone) (push) Failing after 5s
Create tag, test, build and upload / Build (StandaloneWindows) (push) Has been skipped
Create tag, test, build and upload / Build (StandaloneLinux64) (push) Has been skipped
Create tag, test, build and upload / Build (WebGL) (push) Has been skipped
This commit is contained in:
@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
Test:
|
Test:
|
||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-latest
|
runs-on: unity
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -103,7 +103,7 @@ jobs:
|
|||||||
Build:
|
Build:
|
||||||
name: Build
|
name: Build
|
||||||
needs: Test
|
needs: Test
|
||||||
runs-on: ubuntu-latest
|
runs-on: unity
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Reference in New Issue
Block a user