File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
22
DATABASE_LAB_CI=true
23
23
FLYWAY_CONNECT_RETRIES=60
24
24
FLYWAY_BASELINE_ON_MIGRATE=true
25
- download_artifacts : false
25
+ download_artifacts : true
26
26
observation_interval : " 1"
27
27
max_lock_duration : " 1"
28
28
max_duration : " 600"
@@ -31,13 +31,13 @@ jobs:
31
31
DLMC_VERIFICATION_TOKEN : ${{ secrets.DLMC_VERIFICATION_TOKEN }}
32
32
33
33
# Download artifacts
34
- # - name: Upload artifacts
35
- # uses: actions/upload-artifact@v2
36
- # with:
37
- # name: artifacts
38
- # path: artifacts/*
39
- # if-no-files-found: ignore
40
- # if: always()
34
+ - name : Upload artifacts
35
+ uses : actions/upload-artifact@v2
36
+ with :
37
+ name : artifacts
38
+ path : artifacts/*
39
+ if-no-files-found : ignore
40
+ if : always()
41
41
42
42
# Show migration summary
43
43
- name : Get the response status
You can’t perform that action at this time.
0 commit comments