Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaS-nu committed Jan 5, 2024
1 parent c5fc2b6 commit 50cef97
Show file tree
Hide file tree
Showing 111 changed files with 29,174 additions and 33,086 deletions.
108 changes: 54 additions & 54 deletions .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
name: CITest

on:
pull_request:
types: [opened, synchronize]
pull_request_target:
types: [labeled]
push: { branches: [main] }

env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

jobs:
testAllModes:
name: CI test in ${{ matrix.testMode }} on version ${{ matrix.unityVersion }}
runs-on: ubuntu-latest
if: (github.event_name != 'pull_request_target' && !contains(github.event.pull_request.labels.*.name, 'run to test')) || contains(github.event.pull_request.labels.*.name, 'run to test')
strategy:
fail-fast: false
matrix:
projectPath:
- CITest
unityVersion:
- 2020.3.48f1
- 2021.3.33f1
- 2022.3.16f1
testMode:
- editmode
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}
restore-keys: |
Library-
- name: setup
run: cp -rf "NuGetImporterForUnity/Packages/NuGet Importer" "CITest/Packages/NuGet Importer" && rm -rf "CITest/Packages/NuGet Importer/Tests" && rm -f "CITest/Packages/NuGet Importer/Tests.meta"
- uses: game-ci/unity-test-runner@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
id: tests
with:
projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }}
testMode: ${{ matrix.testMode }}
artifactsPath: ${{ matrix.testMode }}-artifacts
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test results for ${{ matrix.testMode }} with ${{ matrix.unityVersion }}
path: ${{ steps.tests.outputs.artifactsPath }}
name: CITest

on:
pull_request:
types: [opened, synchronize]
pull_request_target:
types: [labeled]
push: { branches: [main] }

env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

jobs:
testAllModes:
name: CI test in ${{ matrix.testMode }} on version ${{ matrix.unityVersion }}
runs-on: ubuntu-latest
if: (github.event_name != 'pull_request_target' && !contains(github.event.pull_request.labels.*.name, 'run to test')) || contains(github.event.pull_request.labels.*.name, 'run to test')
strategy:
fail-fast: false
matrix:
projectPath:
- CITest
unityVersion:
- 2020.3.48f1
- 2021.3.33f1
- 2022.3.16f1
testMode:
- editmode
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}
restore-keys: |
Library-
- name: setup
run: cp -rf "NuGetImporterForUnity/Packages/NuGet Importer" "CITest/Packages/NuGet Importer" && rm -rf "CITest/Packages/NuGet Importer/Tests" && rm -f "CITest/Packages/NuGet Importer/Tests.meta"
- uses: game-ci/unity-test-runner@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
id: tests
with:
projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }}
testMode: ${{ matrix.testMode }}
artifactsPath: ${{ matrix.testMode }}-artifacts
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test results for ${{ matrix.testMode }} with ${{ matrix.unityVersion }}
path: ${{ steps.tests.outputs.artifactsPath }}
104 changes: 52 additions & 52 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
name: Test

on:
pull_request:
types: [opened, synchronize]
pull_request_target:
types: [labeled]
push: { branches: [main] }

env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

jobs:
testAllModes:
name: Test in ${{ matrix.testMode }} on version ${{ matrix.unityVersion }}
runs-on: ubuntu-latest
if: (github.event_name != 'pull_request_target' && !contains(github.event.pull_request.labels.*.name, 'run to test')) || contains(github.event.pull_request.labels.*.name, 'run to test')
strategy:
fail-fast: false
matrix:
projectPath:
- NuGetImporterForUnity
unityVersion:
- 2020.3.48f1
- 2021.3.33f1
- 2022.3.16f1
testMode:
- editmode
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}
restore-keys: |
Library-
- uses: game-ci/unity-test-runner@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
id: tests
with:
projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }}
testMode: ${{ matrix.testMode }}
artifactsPath: ${{ matrix.testMode }}-artifacts
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test results for ${{ matrix.testMode }} with ${{ matrix.unityVersion }}
path: ${{ steps.tests.outputs.artifactsPath }}
name: Test

on:
pull_request:
types: [opened, synchronize]
pull_request_target:
types: [labeled]
push: { branches: [main] }

env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

jobs:
testAllModes:
name: Test in ${{ matrix.testMode }} on version ${{ matrix.unityVersion }}
runs-on: ubuntu-latest
if: (github.event_name != 'pull_request_target' && !contains(github.event.pull_request.labels.*.name, 'run to test')) || contains(github.event.pull_request.labels.*.name, 'run to test')
strategy:
fail-fast: false
matrix:
projectPath:
- NuGetImporterForUnity
unityVersion:
- 2020.3.48f1
- 2021.3.33f1
- 2022.3.16f1
testMode:
- editmode
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}
restore-keys: |
Library-
- uses: game-ci/unity-test-runner@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
id: tests
with:
projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }}
testMode: ${{ matrix.testMode }}
artifactsPath: ${{ matrix.testMode }}-artifacts
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test results for ${{ matrix.testMode }} with ${{ matrix.unityVersion }}
path: ${{ steps.tests.outputs.artifactsPath }}
Loading

0 comments on commit 50cef97

Please sign in to comment.