File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ concurrency:
1313
1414jobs :
1515 linter :
16+ # TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
17+ if : false
1618 runs-on : ubuntu-latest
1719 steps :
1820 - name : Checkout
3739 run : npm run lint
3840
3941 unit-tests :
42+ # TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
43+ if : false
4044 runs-on : ubuntu-latest
4145 strategy :
4246 fail-fast : false
8589
8690 # Integration tests (v5 sdkdev): mirrors integration-tests but targets the sdkdev environment.
8791 integration-tests-v5-sdkdev :
92+ # TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
93+ if : false
8894 runs-on : ubuntu-latest
8995 timeout-minutes : 25
9096 strategy :
@@ -143,6 +149,8 @@ jobs:
143149
144150 # Integration tests (v4 sm): mirrors integration-tests-v4 but targets the sm environment.
145151 integration-tests-v4-sm :
152+ # TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
153+ if : false
146154 runs-on : ubuntu-latest
147155 timeout-minutes : 25
148156 strategy :
You can’t perform that action at this time.
0 commit comments