Skip to content

Commit cb4b0ff

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Make Packager an editmode test
1 parent dcdb955 commit cb4b0ff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/smoke-test-and-package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
#container:
2424
# image: ubuntu-latest
2525
needs: []
26-
timeout-minutes: 20
26+
timeout-minutes: 10
2727
env:
2828
LL_USE_STAGE: false
2929
strategy:
@@ -122,7 +122,7 @@ jobs:
122122
#container:
123123
# image: ubuntu-latest
124124
needs: []
125-
timeout-minutes: 20
125+
timeout-minutes: 10
126126
env:
127127
LL_USE_STAGE: false
128128
strategy:
@@ -241,7 +241,7 @@ jobs:
241241
#container:
242242
# image: ubuntu-latest
243243
needs: []
244-
timeout-minutes: 30
244+
timeout-minutes: 20
245245
if: (startsWith(github.ref, 'refs/pull') && endsWith(github.base_ref, 'main')) || startsWith(github.ref, 'refs/tags/v') || (startsWith(github.ref, 'refs/heads') && endsWith(github.ref, 'main'))
246246
env:
247247
LL_USE_STAGE: false
@@ -349,7 +349,7 @@ jobs:
349349
#container:
350350
# image: ubuntu-latest
351351
needs: [editor-smoke-test, linux-build-smoke-test]
352-
timeout-minutes: 20
352+
timeout-minutes: 8
353353
env:
354354
LL_USE_STAGE: false
355355
strategy:
@@ -425,7 +425,7 @@ jobs:
425425
#container:
426426
# image: ubuntu-latest
427427
needs: [editor-smoke-test, linux-build-smoke-test]
428-
timeout-minutes: 20
428+
timeout-minutes: 8
429429
env:
430430
LL_USE_STAGE: false
431431
strategy:
@@ -501,7 +501,7 @@ jobs:
501501
#container:
502502
# image: ubuntu-latest
503503
needs: [test-samples, validate-sdk]
504-
timeout-minutes: 10
504+
timeout-minutes: 5
505505
# if: (startsWith(github.ref, 'refs/pull') && endsWith(github.base_ref, 'main')) || (startsWith(github.ref, 'refs/heads') && endsWith(github.ref, 'main')) || startsWith(github.ref, 'refs/tags/v')
506506
env:
507507
LL_USE_STAGE: false
@@ -565,7 +565,7 @@ jobs:
565565
UNITY_EMAIL: ${{ SECRETS.UNITY_EMAIL }}
566566
UNITY_PASSWORD: ${{ SECRETS.UNITY_PASSWORD }}
567567
with:
568-
testMode: playmode
568+
testMode: editmode
569569
checkName: SDK Packaging ${{ matrix.unityVersion }} Test Results
570570
artifactsPath: package-sdk-${{ matrix.unityVersion }}-artifacts
571571
projectPath: unity-sdk-packager

0 commit comments

Comments
 (0)