Skip to content

Commit fc6486b

Browse files
committedFeb 1, 2024
cleanup, reenable cache
1 parent d834941 commit fc6486b

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed
 

‎.github/workflows/gameci.yml

+6-14
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,11 @@ jobs:
2020
https://vpm.nadena.dev/vpm.json
2121
https://hai-vr.github.io/vpm-listing/index.json
2222
23-
# - uses: actions/cache@v2
24-
# with:
25-
# path: Library
26-
# key: Library-${{ runner.os }}-unity-2019.4.31f1
27-
# restore-keys: Library-
28-
29-
# - name: copy dir to new dir
30-
# run: |
31-
# pwd
32-
# folderName=$(echo "${PWD##*/}")
33-
# rsync -r "$GITHUB_WORKSPACE" "copiedProject"
34-
# ls -F "copiedProject/$folderName"
23+
- uses: actions/cache@v2
24+
with:
25+
path: Library
26+
key: Library-${{ runner.os }}-unity-2019.4.31f1
27+
restore-keys: Library-
3528

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

0 commit comments

Comments
 (0)