Run test runner at master
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
PROJECT_PATH: test-project
|
||||
UNITY_PROJECT_PATH: test-project
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
@@ -26,7 +27,9 @@ jobs:
|
||||
needs: [checkout, activate]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: webbertakken/unity-test-runner@v1
|
||||
- uses: webbertakken/unity-test-runner@master
|
||||
env:
|
||||
TEST_MODE: all
|
||||
|
||||
buildForWebGL:
|
||||
name: Build for WebGL
|
||||
@@ -35,7 +38,6 @@ jobs:
|
||||
steps: # webbertakken/unity-builder@v0.3-webgl
|
||||
- uses: ./
|
||||
|
||||
|
||||
buildForAndroid:
|
||||
name: Build for Android
|
||||
needs: [test]
|
||||
|
||||
Reference in New Issue
Block a user