@@ -12,27 +12,27 @@ concurrency:
1212 cancel-in-progress : true
1313
1414jobs :
15- testRunner-macos :
16- uses : ./.github/workflows/ci-internal.yml
17- with :
18- os : macos-latest
19- unity_version : 2021.3.0
20- dotnet_version : NET_4_x
21- compiler : il2cpp
22- target_platform : mobile
23- secrets :
24- UNITY_ACCOUNT_USER : ${{ secrets.UNITY_ACCOUNT_USER }}
25- UNITY_ACCOUNT_PASS : ${{ secrets.UNITY_ACCOUNT_PASS }}
26- EMAIL_PASS : ${{ secrets.EMAIL_PASS }}
27- STREAM_AUTH_TEST_DATA_BASE64 : ${{ secrets.STREAM_AUTH_TEST_DATA_BASE64 }}
15+ # testRunner-macos:
16+ # uses: ./.github/workflows/ci-internal.yml
17+ # with:
18+ # os: macos-latest
19+ # unity_version: 2021.3.0
20+ # dotnet_version: NET_4_x
21+ # compiler: il2cpp
22+ # target_platform: mobile
23+ # secrets:
24+ # UNITY_ACCOUNT_USER: ${{ secrets.UNITY_ACCOUNT_USER }}
25+ # UNITY_ACCOUNT_PASS: ${{ secrets.UNITY_ACCOUNT_PASS }}
26+ # EMAIL_PASS: ${{ secrets.EMAIL_PASS }}
27+ # STREAM_AUTH_TEST_DATA_BASE64: ${{ secrets.STREAM_AUTH_TEST_DATA_BASE64 }}
2828
2929 testRunner-linux :
3030 strategy :
3131 fail-fast : false
3232 matrix :
33- unity_version : [2021 .3.0, 2020 .3.0]
34- dotnet_version : [NET_4_x, STANDARD_2_x]
35- compiler : [mono, il2cpp]
33+ unity_version : [2020 .3.0] # add 2021 .3.0
34+ dotnet_version : [NET_4_x] # add STANDARD_2_x
35+ compiler : [mono] # add il2cpp
3636 target_platform : [mobile] # add mobile
3737 uses : ./.github/workflows/ci-internal.yml
3838 with :
0 commit comments