File tree 1 file changed +6
-14
lines changed
1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,11 @@ jobs:
20
20
https://vpm.nadena.dev/vpm.json
21
21
https://hai-vr.github.io/vpm-listing/index.json
22
22
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-
35
28
36
29
- uses : game-ci/unity-test-runner@v4
37
30
env :
41
34
with :
42
35
githubToken : ${{ secrets.GITHUB_TOKEN }}
43
36
unityVersion : 2019.4.31f1
44
- # packageMode: true
45
37
projectPath : .
46
- # playmode hangs. need to investigate why
38
+ # TODO: PlayMode (incl. All) causes GameCI to hang. figure out if it's needed?
47
39
testMode : EditMode
48
40
coverageOptions : ' generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+enitimeago.non-destructive-mmd.*'
49
41
You can’t perform that action at this time.
0 commit comments