ci: adding secrets
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 11m47s
Create tag, test, build and upload / Test (playmode) (push) Failing after 3m20s
Create tag, test, build and upload / Test (standalone) (push) Failing after 3m26s
Create tag, test, build and upload / Build (StandaloneLinux64) (push) Has been skipped
Create tag, test, build and upload / Build (StandaloneWindows) (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 11m47s
Create tag, test, build and upload / Test (playmode) (push) Failing after 3m20s
Create tag, test, build and upload / Test (standalone) (push) Failing after 3m26s
Create tag, test, build and upload / Build (StandaloneLinux64) (push) Has been skipped
Create tag, test, build and upload / Build (StandaloneWindows) (push) Has been skipped
Create tag, test, build and upload / Build (WebGL) (push) Has been skipped
This commit is contained in:
@ -60,9 +60,9 @@ jobs:
|
||||
uses: game-ci/unity-test-runner@v4
|
||||
id: tests
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||
UNITY_LICENSE: ${{ secrets.UNITYLICENSE }}
|
||||
UNITY_EMAIL: ${{ secrets.UNITYEMAIL }}
|
||||
UNITY_PASSWORD: ${{ secrets.UNITYPASSWORD }}
|
||||
with:
|
||||
useHostNetwork: true
|
||||
unityVersion: 2022.3.42f1
|
||||
@ -89,9 +89,9 @@ jobs:
|
||||
- name: Build project
|
||||
uses: game-ci/unity-builder@v4
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||
UNITY_LICENSE: ${{ secrets.UNITYLICENSE }}
|
||||
UNITY_EMAIL: ${{ secrets.UNITYEMAIL }}
|
||||
UNITY_PASSWORD: ${{ secrets.UNITYPASSWORD }}
|
||||
with:
|
||||
unityVersion: 2022.3.42f1
|
||||
dockerCpuLimit: 4
|
||||
@ -130,9 +130,9 @@ jobs:
|
||||
- name: Build project
|
||||
uses: game-ci/unity-builder@v4
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||
UNITY_LICENSE: ${{ secrets.UNITYLICENSE }}
|
||||
UNITY_EMAIL: ${{ secrets.UNITYEMAIL }}
|
||||
UNITY_PASSWORD: ${{ secrets.UNITYPASSWORD }}
|
||||
with:
|
||||
unityVersion: 2022.3.42f1
|
||||
dockerCpuLimit: 4
|
||||
|
Reference in New Issue
Block a user