|
1 | 1 | name: Actions 😎 |
2 | 2 | on: |
3 | | - push: { branches: [main] } |
4 | | - pull_request: |
5 | | - paths-ignore: |
6 | | - - '.github/**' |
| 3 | + push: |
| 4 | + |
| 5 | +concurrency: |
| 6 | + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} |
| 7 | + cancel-in-progress: true |
7 | 8 |
|
8 | 9 | env: |
9 | | - UNITY_LICENSE: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><root>\n <License id=\"Terms\">\n <MachineBindings>\n <Binding Key=\"1\" Value=\"576562626572264761624c65526f7578\"/>\n <Binding Key=\"2\" Value=\"576562626572264761624c65526f7578\"/>\n </MachineBindings>\n <MachineID Value=\"D7nTUnjNAmtsUMcnoyrqkgIbYdM=\"/>\n <SerialHash Value=\"2033b8ac3e6faa3742ca9f0bfae44d18f2a96b80\"/>\n <Features>\n <Feature Value=\"33\"/>\n <Feature Value=\"1\"/>\n <Feature Value=\"12\"/>\n <Feature Value=\"2\"/>\n <Feature Value=\"24\"/>\n <Feature Value=\"3\"/>\n <Feature Value=\"36\"/>\n <Feature Value=\"17\"/>\n <Feature Value=\"19\"/>\n <Feature Value=\"62\"/>\n </Features>\n <DeveloperData Value=\"AQAAAEY0LUJHUlgtWEQ0RS1aQ1dWLUM1SlctR0RIQg==\"/>\n <SerialMasked Value=\"F4-BGRX-XD4E-ZCWV-C5JW-XXXX\"/>\n <StartDate Value=\"2021-02-08T00:00:00\"/>\n <UpdateDate Value=\"2021-02-09T00:34:57\"/>\n <InitialActivationDate Value=\"2021-02-08T00:34:56\"/>\n <LicenseVersion Value=\"6.x\"/>\n <ClientProvidedVersion Value=\"2018.4.30f1\"/>\n <AlwaysOnline Value=\"false\"/>\n <Entitlements>\n <Entitlement Ns=\"unity_editor\" Tag=\"UnityPersonal\" Type=\"EDITOR\" ValidTo=\"9999-12-31T00:00:00\"/>\n <Entitlement Ns=\"unity_editor\" Tag=\"DarkSkin\" Type=\"EDITOR_FEATURE\" ValidTo=\"9999-12-31T00:00:00\"/>\n </Entitlements>\n </License>\n<Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments\"/><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\"/><Reference URI=\"#Terms\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\"/></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\"/><DigestValue>m0Db8UK+ktnOLJBtHybkfetpcKo=</DigestValue></Reference></SignedInfo><SignatureValue>o/pUbSQAukz7+ZYAWhnA0AJbIlyyCPL7bKVEM2lVqbrXt7cyey+umkCXamuOgsWPVUKBMkXtMH8L\n5etLmD0getWIhTGhzOnDCk+gtIPfL4jMo9tkEuOCROQAXCci23VFscKcrkB+3X6h4wEOtA2APhOY\nB+wvC794o8/82ffjP79aVAi57rp3Wmzx+9pe9yMwoJuljAy2sc2tIMgdQGWVmOGBpQm3JqsidyzI\nJWG2kjnc7pDXK9pwYzXoKiqUqqrut90d+kQqRyv7MSZXR50HFqD/LI69h68b7P8Bjo3bPXOhNXGR\n9YCoemH6EkfCJxp2gIjzjWW+l2Hj2EsFQi8YXw==</SignatureValue></Signature></root>" |
| 10 | + UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} |
| 11 | + UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} |
| 12 | + UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} |
10 | 13 |
|
11 | 14 | jobs: |
12 | 15 | tests: |
|
32 | 35 | projectPath: |
33 | 36 | - unity-project-with-correct-tests |
34 | 37 | unityVersion: |
35 | | - - 2022.3.7f1 |
| 38 | + - 2022.3.13f1 |
| 39 | + - 2023.1.19f1 |
| 40 | + - 2023.2.2f1 |
36 | 41 | testMode: |
37 | 42 | - playmode |
38 | 43 | - editmode |
|
78 | 83 | projectPath: |
79 | 84 | - unity-project-with-correct-tests |
80 | 85 | unityVersion: |
81 | | - - 2022.3.7f1 |
| 86 | + - 2022.3.13f1 |
| 87 | + - 2023.1.19f1 |
| 88 | + - 2023.2.2f1 |
82 | 89 | steps: |
83 | 90 | ########################### |
84 | 91 | # Checkout # |
@@ -132,7 +139,9 @@ jobs: |
132 | 139 | fail-fast: false |
133 | 140 | matrix: |
134 | 141 | unityVersion: |
135 | | - - 2022.3.7f1 |
| 142 | + - 2022.3.13f1 |
| 143 | + - 2023.1.19f1 |
| 144 | + - 2023.2.2f1 |
136 | 145 | projectPath: |
137 | 146 | - unity-project-with-correct-tests |
138 | 147 | steps: |
@@ -189,7 +198,9 @@ jobs: |
189 | 198 | projectPath: |
190 | 199 | - unity-project-with-correct-tests |
191 | 200 | unityVersion: |
192 | | - - 2022.3.7f1 |
| 201 | + - 2022.3.13f1 |
| 202 | + - 2023.1.19f1 |
| 203 | + - 2023.2.2f1 |
193 | 204 | steps: |
194 | 205 | ########################### |
195 | 206 | # Checkout # |
@@ -244,7 +255,9 @@ jobs: |
244 | 255 | projectPath: |
245 | 256 | - unity-project-with-correct-tests |
246 | 257 | unityVersion: |
247 | | - - 2022.3.7f1 |
| 258 | + - 2022.3.13f1 |
| 259 | + - 2023.1.19f1 |
| 260 | + - 2023.2.2f1 |
248 | 261 | steps: |
249 | 262 | ########################### |
250 | 263 | # Checkout # |
@@ -291,7 +304,9 @@ jobs: |
291 | 304 | projectPath: |
292 | 305 | - unity-project-with-correct-tests |
293 | 306 | unityVersion: |
294 | | - - 2022.3.7f1 # Only 2019.4+ docker images contain the IL2CPP backend installed. |
| 307 | + - 2022.3.13f1 |
| 308 | + - 2023.1.19f1 |
| 309 | + - 2023.2.2f1 |
295 | 310 | steps: |
296 | 311 | ########################### |
297 | 312 | # Checkout # |
@@ -343,7 +358,9 @@ jobs: |
343 | 358 | fail-fast: false |
344 | 359 | matrix: |
345 | 360 | unityVersion: |
346 | | - - 2022.3.7f1 |
| 361 | + - 2022.3.13f1 |
| 362 | + - 2023.1.19f1 |
| 363 | + - 2023.2.2f1 |
347 | 364 | projectPath: |
348 | 365 | - unity-project-with-correct-tests |
349 | 366 | steps: |
@@ -409,7 +426,9 @@ jobs: |
409 | 426 | projectPath: |
410 | 427 | - unity-package-with-correct-tests/com.example.testpackage |
411 | 428 | unityVersion: |
412 | | - - 2022.3.7f1 |
| 429 | + - 2022.3.13f1 |
| 430 | + - 2023.1.19f1 |
| 431 | + - 2023.2.2f1 |
413 | 432 | testMode: |
414 | 433 | - playmode |
415 | 434 | - editmode |
@@ -448,7 +467,9 @@ jobs: |
448 | 467 | projectPath: |
449 | 468 | - unity-package-with-correct-tests/com.example.testpackage |
450 | 469 | unityVersion: |
451 | | - - 2022.3.7f1 |
| 470 | + - 2022.3.13f1 |
| 471 | + - 2023.1.19f1 |
| 472 | + - 2023.2.2f1 |
452 | 473 | steps: |
453 | 474 | ########################### |
454 | 475 | # Checkout # |
@@ -492,7 +513,9 @@ jobs: |
492 | 513 | fail-fast: false |
493 | 514 | matrix: |
494 | 515 | unityVersion: |
495 | | - - 2022.3.7f1 |
| 516 | + - 2022.3.13f1 |
| 517 | + - 2023.1.19f1 |
| 518 | + - 2023.2.2f1 |
496 | 519 | projectPath: |
497 | 520 | - unity-package-with-correct-tests/com.example.testpackage |
498 | 521 | steps: |
@@ -540,7 +563,9 @@ jobs: |
540 | 563 | projectPath: |
541 | 564 | - unity-package-with-correct-tests/com.example.testpackage |
542 | 565 | unityVersion: |
543 | | - - 2022.3.7f1 |
| 566 | + - 2022.3.13f1 |
| 567 | + - 2023.1.19f1 |
| 568 | + - 2023.2.2f1 |
544 | 569 | steps: |
545 | 570 | ########################### |
546 | 571 | # Checkout # |
@@ -584,7 +609,9 @@ jobs: |
584 | 609 | fail-fast: false |
585 | 610 | matrix: |
586 | 611 | unityVersion: |
587 | | - - 2022.3.7f1 |
| 612 | + - 2022.3.13f1 |
| 613 | + - 2023.1.19f1 |
| 614 | + - 2023.2.2f1 |
588 | 615 | projectPath: |
589 | 616 | - unity-package-with-correct-tests/com.example.testpackage |
590 | 617 | steps: |
|
0 commit comments