Skip to content

Commit 008a499

Browse files
committed
ci: single job
1 parent 0674ad6 commit 008a499

File tree

1 file changed

+4
-27
lines changed

1 file changed

+4
-27
lines changed

.github/workflows/build-debug.yml

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -54,33 +54,6 @@ jobs:
5454
targetPlatform: StandaloneLinux64
5555
buildMethod: PackageExporter.Export
5656

57-
- uses: Cysharp/Actions/.github/actions/check-metas@main # check meta files
58-
with:
59-
directory: src/RandomFixtureKit.Unity
60-
61-
test-unity:
62-
needs: [build-unity]
63-
if: ${{ ((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:')) && github.triggering_actor != 'dependabot[bot]' }}
64-
strategy:
65-
fail-fast: false
66-
matrix:
67-
unity: ["2021.3.41f1", "2022.3.39f1", "6000.0.12f1"] # Test with LTS
68-
runs-on: ubuntu-latest
69-
timeout-minutes: 15
70-
steps:
71-
- name: Load secrets
72-
id: op-load-secret
73-
uses: 1password/load-secrets-action@v2
74-
with:
75-
export-env: false
76-
env:
77-
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PUBLIC }}
78-
UNITY_EMAIL: "op://GitHubActionsPublic/UNITY_LICENSE/username"
79-
UNITY_PASSWORD: "op://GitHubActionsPublic/UNITY_LICENSE/credential"
80-
UNITY_SERIAL: "op://GitHubActionsPublic/UNITY_LICENSE/serial"
81-
82-
- uses: actions/checkout@v4
83-
8457
# Execute Unittest
8558
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend IL2CPP /BuildTarget StandaloneLinux64
8659
- name: Build UnitTest
@@ -99,3 +72,7 @@ jobs:
9972
run: ls -lR ./src/RandomFixtureKit.Unity/bin/UnitTest
10073
- name: Execute UnitTest
10174
run: ./src/RandomFixtureKit.Unity/bin/UnitTest/StandaloneLinux64_IL2CPP/test
75+
76+
- uses: Cysharp/Actions/.github/actions/check-metas@main # check meta files
77+
with:
78+
directory: src/RandomFixtureKit.Unity

0 commit comments

Comments
 (0)