Skip to content

Commit 1fb92fc

Browse files
committed
update workflow (download_artifacts: true)
1 parent 55b9a9e commit 1fb92fc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
DATABASE_LAB_CI=true
2323
FLYWAY_CONNECT_RETRIES=60
2424
FLYWAY_BASELINE_ON_MIGRATE=true
25-
download_artifacts: false
25+
download_artifacts: true
2626
observation_interval: "1"
2727
max_lock_duration: "1"
2828
max_duration: "600"
@@ -31,13 +31,13 @@ jobs:
3131
DLMC_VERIFICATION_TOKEN: ${{ secrets.DLMC_VERIFICATION_TOKEN }}
3232

3333
# 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()
4141

4242
# Show migration summary
4343
- name: Get the response status

0 commit comments

Comments
 (0)