Skip to content

Commit 66ca093

Browse files
authored
Fix cloud e2e, artifacts and cleanup (#14392)
1 parent f202e84 commit 66ca093

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/app-cloud-e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,13 @@ jobs:
122122
displayName: 'Run the tests'
123123
124124
- publish: '$(Build.ArtifactStagingDirectory)/videos'
125+
condition: failed()
125126
displayName: 'Publish videos'
126127
artifact: $(name)
127128

128129
- bash: |
129130
time python -c "from lightning.app import testing; testing.delete_cloud_lightning_apps()"
131+
condition: always()
130132
env:
131133
# LAI_USER: $(LAI_USER)
132134
# LAI_PASS: $(LAI_PASS)

0 commit comments

Comments
 (0)