Skip to content

Commit 90e2c1b

Browse files
committed
Turn off teardown temporarily
1 parent 4607c2c commit 90e2c1b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- run: ./test-all.sh
4141
working-directory: ./test-harness
4242

43-
- if: always()
44-
run: ./teardown-all.sh
45-
working-directory: ./test-harness
43+
# Add back when ready
44+
# - if: always()
45+
# run: ./teardown-all.sh
46+
# working-directory: ./test-harness

0 commit comments

Comments
 (0)