Skip to content

Commit 879a0ae

Browse files
restore full ci with tests against remote v4 and v5 servers
1 parent b6966f4 commit 879a0ae

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ concurrency:
1313

1414
jobs:
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
@@ -39,8 +37,6 @@ jobs:
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
@@ -89,8 +85,6 @@ jobs:
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:

0 commit comments

Comments
 (0)