We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4914ea commit fa3f692Copy full SHA for fa3f692
.github/workflows/test_aws_integration.yaml
@@ -140,7 +140,7 @@ jobs:
140
./tests/tests_e2e/playwright/videos/
141
142
### 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
+ # - name: Cleanup nebari deployment
+ # if: always()
+ # working-directory: ${{ steps.init.outputs.directory }}
+ # run: nebari destroy --config ${{ steps.init.outputs.config }} --disable-prompt
0 commit comments