Commit 5376c43 1 parent ae03142 commit 5376c43 Copy full SHA for 5376c43
File tree 1 file changed +7
-13
lines changed
1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
- name : Actions 😎
1
+ name : Test Untiy
2
2
3
3
on : [push, pull_request]
4
4
@@ -21,17 +21,11 @@ jobs:
21
21
restore-keys : |
22
22
Library-
23
23
24
- - name : copy dir to new dir
24
+ - name : fix symlink issue
25
25
run : |
26
- pwd
27
- echo "demo structure"
28
- find Demo~/
29
- echo "symlink"
30
- find . -type l -ls
31
- cp -dr ./Demo~/ ./project
32
- ls ./project
33
- rm -rf ./project/Assets/Plugins/backtrace-unity/Demo~
34
- find ./project
26
+ rm ./Demo~/Assets/Plugins/backtrace-unity
27
+ mkdir ./Demo~/Assets/Plugins/backtrace-unity
28
+ cp -rf ./Android ./Editor ./iOS ./Runtime ./Tests ./Windows ./package.json ./Demo~/Assets/Plugins/backtrace-unity
35
29
# Test
36
30
- name : Run tests
37
31
uses : game-ci/unity-test-runner@v4
40
34
UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
41
35
UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
42
36
with :
43
- projectPath : ./project
37
+ projectPath : ./Demo~
44
38
45
39
# Build
46
40
- name : Build project
50
44
UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
51
45
UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
52
46
with :
53
- projectPath : ./project
47
+ projectPath : ./Demo~
54
48
targetPlatform : WebGL
55
49
56
50
# Output
You can’t perform that action at this time.
0 commit comments