Skip to content

Commit

Permalink
hack to avoid hang testing project
Browse files Browse the repository at this point in the history
  • Loading branch information
enitimeago committed Feb 1, 2024
1 parent c75ee1c commit f8586bb
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ jobs:
https://vpm.nadena.dev/vpm.json
https://hai-vr.github.io/vpm-listing/index.json
- uses: actions/cache@v2
with:
path: Library
key: Library-${{ runner.os }}-unity-2019.4.31f1
restore-keys: Library-
# - uses: actions/cache@v2
# with:
# path: Library
# key: Library-${{ runner.os }}-unity-2019.4.31f1
# restore-keys: Library-

- name: copy dir to new dir
run: |
pwd
folderName=$(echo "${PWD##*/}")
rsync -r "$GITHUB_WORKSPACE" "copiedProject"
ls -F "copiedProject/$folderName"
- uses: game-ci/unity-test-runner@v4
env:
Expand All @@ -35,7 +42,7 @@ jobs:
githubToken: ${{ secrets.GITHUB_TOKEN }}
unityVersion: 2019.4.31f1
#packageMode: true
#projectPath: Packages/enitimeago.non-destructive-mmd
projectPath: copiedProject

- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit f8586bb

Please sign in to comment.