mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Run test runner at master
This commit is contained in:
parent
9a21280b09
commit
b955df1dcb
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -7,6 +7,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||||
PROJECT_PATH: test-project
|
PROJECT_PATH: test-project
|
||||||
|
UNITY_PROJECT_PATH: test-project
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
@ -26,7 +27,9 @@ jobs:
|
|||||||
needs: [checkout, activate]
|
needs: [checkout, activate]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: webbertakken/unity-test-runner@v1
|
- uses: webbertakken/unity-test-runner@master
|
||||||
|
env:
|
||||||
|
TEST_MODE: all
|
||||||
|
|
||||||
buildForWebGL:
|
buildForWebGL:
|
||||||
name: Build for WebGL
|
name: Build for WebGL
|
||||||
@ -35,7 +38,6 @@ jobs:
|
|||||||
steps: # webbertakken/unity-builder@v0.3-webgl
|
steps: # webbertakken/unity-builder@v0.3-webgl
|
||||||
- uses: ./
|
- uses: ./
|
||||||
|
|
||||||
|
|
||||||
buildForAndroid:
|
buildForAndroid:
|
||||||
name: Build for Android
|
name: Build for Android
|
||||||
needs: [test]
|
needs: [test]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# Set project path (configured with "with: { project: somepath }"
|
# Set project path
|
||||||
#
|
#
|
||||||
UNITY_PROJECT_PATH=$GITHUB_WORKSPACE/$PROJECT_PATH
|
UNITY_PROJECT_PATH=$GITHUB_WORKSPACE/$PROJECT_PATH
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user