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,8 +13,6 @@ concurrency:
1313
1414jobs :
1515 linter :
16- # TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
17- if : false
1816 runs-on : ubuntu-latest
1917 steps :
2018 - name : Checkout
3937 run : npm run lint
4038
4139 unit-tests :
42- # TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
43- if : false
4440 runs-on : ubuntu-latest
4541 strategy :
4642 fail-fast : false
8985
9086 # Integration tests (v5 sdkdev): mirrors integration-tests but targets the sdkdev environment.
9187 integration-tests-v5-sdkdev :
92- # TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
93- if : false
9488 runs-on : ubuntu-latest
9589 timeout-minutes : 25
9690 strategy :
@@ -149,8 +143,6 @@ jobs:
149143
150144 # Integration tests (v4 sm): mirrors integration-tests-v4 but targets the sm environment.
151145 integration-tests-v4-sm :
152- # TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
153- if : false
154146 runs-on : ubuntu-latest
155147 timeout-minutes : 25
156148 strategy :
You can’t perform that action at this time.
0 commit comments