Fix warnings in pipeline and add other branches
Turns out builder needs them, but not the tester, I'm not sure why exactly. Anyway, this should cover most cases now.
This commit is contained in:
parent
45b231938b
commit
62f2937901
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -2,7 +2,7 @@ name: Unity Actions
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request: {}
|
pull_request: {}
|
||||||
push: { branches: [main] }
|
push: { branches: [main, master, develop] }
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||||
@ -59,8 +59,6 @@ jobs:
|
|||||||
- uses: webbertakken/unity-test-runner@v1.7
|
- uses: webbertakken/unity-test-runner@v1.7
|
||||||
id: testRunner
|
id: testRunner
|
||||||
with:
|
with:
|
||||||
projectPath: ${{ env.PROJECT_PATH }}
|
|
||||||
unityVersion: ${{ env.UNITY_VERSION }}
|
|
||||||
testMode: all
|
testMode: all
|
||||||
customParameters: "-nographics"
|
customParameters: "-nographics"
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user