Skip to content

Commit fa3f692

Browse files
committed
Temporarily, don't clean up after tests
1 parent a4914ea commit fa3f692

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_aws_integration.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
./tests/tests_e2e/playwright/videos/
141141
142142
### CLEANUP AFTER TESTS
143-
- name: Cleanup nebari deployment
144-
if: always()
145-
working-directory: ${{ steps.init.outputs.directory }}
146-
run: nebari destroy --config ${{ steps.init.outputs.config }} --disable-prompt
143+
# - name: Cleanup nebari deployment
144+
# if: always()
145+
# working-directory: ${{ steps.init.outputs.directory }}
146+
# run: nebari destroy --config ${{ steps.init.outputs.config }} --disable-prompt

0 commit comments

Comments
 (0)