Skip to content

Commit

Permalink
cleanup, reenable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
enitimeago committed Feb 1, 2024
1 parent d834941 commit fc6486b
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/gameci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,11 @@ 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-

# - name: copy dir to new dir
# run: |
# pwd
# folderName=$(echo "${PWD##*/}")
# rsync -r "$GITHUB_WORKSPACE" "copiedProject"
# ls -F "copiedProject/$folderName"
- uses: actions/cache@v2
with:
path: Library
key: Library-${{ runner.os }}-unity-2019.4.31f1
restore-keys: Library-

- uses: game-ci/unity-test-runner@v4
env:
Expand All @@ -41,9 +34,8 @@ jobs:
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
unityVersion: 2019.4.31f1
#packageMode: true
projectPath: .
# playmode hangs. need to investigate why
# TODO: PlayMode (incl. All) causes GameCI to hang. figure out if it's needed?
testMode: EditMode
coverageOptions: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+enitimeago.non-destructive-mmd.*'

Expand Down

0 comments on commit fc6486b

Please sign in to comment.