File tree Expand file tree Collapse file tree 1 file changed +4
-27
lines changed Expand file tree Collapse file tree 1 file changed +4
-27
lines changed Original file line number Diff line number Diff line change 54
54
targetPlatform : StandaloneLinux64
55
55
buildMethod : PackageExporter.Export
56
56
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
-
84
57
# Execute Unittest
85
58
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend IL2CPP /BuildTarget StandaloneLinux64
86
59
- name : Build UnitTest
99
72
run : ls -lR ./src/RandomFixtureKit.Unity/bin/UnitTest
100
73
- name : Execute UnitTest
101
74
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
You can’t perform that action at this time.
0 commit comments