Skip to content

Commit

Permalink
Merge pull request #38 from azarashi2931/ci-test
Browse files Browse the repository at this point in the history
CIで使用するUnityのテスト
  • Loading branch information
azrsh authored Jul 16, 2020
2 parents 7293f12 + 6925a31 commit df0f37d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuidAllPlatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
unityVersion:
- 2019.4.3f1
- 2019.3.5f1
targetPlatform:
- StandaloneOSX # Build a macOS standalone (Intel 64-bit).
- StandaloneWindows # Build a Windows standalone.
Expand All @@ -65,7 +65,7 @@ jobs:
Library-
- name: Build Binary
uses: webbertakken/unity-builder@v0.11
uses: webbertakken/unity-builder@master
with:
unityVersion: ${{ matrix.unityVersion }}
targetPlatform: ${{ matrix.targetPlatform }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/TestRunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
unityVersion:
- 2019.4.3f1
- 2019.3.5f1
testMode:
- playmode
- editmode
Expand All @@ -28,7 +28,7 @@ jobs:
key: Library-${{ matrix.projectPath }}
restore-keys: |
Library-
- uses: webbertakken/unity-test-runner@v1.4
- uses: webbertakken/unity-test-runner@master
id: tests
with:
unityVersion: ${{ matrix.unityVersion }}
Expand Down

0 comments on commit df0f37d

Please sign in to comment.