Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrico972 committed Dec 22, 2023
1 parent e708d80 commit b2f8050
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ jobs:
with:
targetPlatform: ${{ matrix.targetPlatform }}

- uses: game-ci/unity-test-runner@v4
env:
UNITY_EMAIL: ${{ secrets.ULRICH_UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.ULRICH_UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.ULRICH_UNITY_SERIAL }}
with:
unityVersion: 2022.3.15f1
packageMode: true
projectPath: build/
githubToken: ${{ secrets.GITHUB_TOKEN }}

# - uses: actions/upload-artifact@v3
# with:
# name: Build
Expand All @@ -45,12 +56,12 @@ jobs:
if: always()
run: |
pwd
ls -R / | grep unity
ls build/
- name: generate unity package
if: always()
run: |
./gradlew build
ls build/
# - name: generate unity package
# if: always()
# run: |
# ./gradlew build
# ls build/

0 comments on commit b2f8050

Please sign in to comment.