Skip to content

Commit 15fd441

Browse files
committed
edit gitaction
1 parent 6296622 commit 15fd441

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

.github/workflows/publish-unitypackage-release-on-push-tag.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -13,45 +13,7 @@ env:
1313
# require release
1414

1515
jobs:
16-
testAllModes:
17-
name: Test in ${{ matrix.testMode }} on version ${{ matrix.unityVersion }}
18-
runs-on: ubuntu-latest
19-
strategy:
20-
fail-fast: false
21-
matrix:
22-
testMode:
23-
- playmode
24-
- editmode
25-
26-
steps:
27-
- uses: actions/checkout@v2
28-
with:
29-
ref: ${{ env.SRC_BRANCH }}
30-
lfs: true
31-
32-
- uses: actions/cache@v1.1.0
33-
with:
34-
path: ${{ matrix.projectPath }}/Library
35-
key: Library-${{ matrix.projectPath }}
36-
restore-keys: |
37-
Library-
38-
39-
# 예전 버전으로 하면 라이센스 인증이 안됨.. 그래서 동작하는 알파로 변경
40-
- uses: game-ci/unity-test-runner@v2.0-alpha-4 # https://github.com/marketplace/actions/unity-test-runner
41-
id: tests
42-
with:
43-
githubToken: ${{ secrets.GITHUB_TOKEN }}
44-
testMode: ${{ matrix.testMode }}
45-
artifactsPath: ${{ matrix.testMode }}-artifacts
46-
unityVersion: ${{ env.UNITY_VERSION }}
47-
48-
- uses: actions/upload-artifact@v2
49-
with:
50-
name: Test results for ${{ matrix.testMode }}
51-
path: ${{ steps.tests.outputs.artifactsPath }}
52-
5316
release:
54-
needs: testAllModes
5517
runs-on: ubuntu-latest
5618
steps:
5719
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)