mirror of
https://gitee.com/juicedata/JuiceFS.git
synced 2025-12-06 09:39:14 +08:00
CI: fix download hypothesis example db (#6512)
This commit is contained in:
5
.github/workflows/command2.yml
vendored
5
.github/workflows/command2.yml
vendored
@@ -95,8 +95,9 @@ jobs:
|
||||
- name: Download example database
|
||||
timeout-minutes: 5
|
||||
uses: dawidd6/action-download-artifact@v9
|
||||
if: false
|
||||
with:
|
||||
name: fsrand-hypothesis-example-db-${{ matrix.meta }}
|
||||
name: command2-hypothesis-example-db-${{ matrix.meta }}
|
||||
path: .hypothesis/examples
|
||||
if_no_artifact_found: ignore
|
||||
workflow_conclusion: ""
|
||||
@@ -124,7 +125,7 @@ jobs:
|
||||
|
||||
- name: Upload example database
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
if: false
|
||||
with:
|
||||
include-hidden-files: true
|
||||
name: command2-hypothesis-example-db-${{ matrix.meta }}
|
||||
|
||||
3
.github/workflows/fsrand.yml
vendored
3
.github/workflows/fsrand.yml
vendored
@@ -107,6 +107,7 @@ jobs:
|
||||
- name: Download example database
|
||||
timeout-minutes: 5
|
||||
uses: dawidd6/action-download-artifact@v9
|
||||
if: false
|
||||
with:
|
||||
name: fsrand-hypothesis-example-db-${{ matrix.meta }}
|
||||
path: .hypothesis/examples
|
||||
@@ -136,7 +137,7 @@ jobs:
|
||||
|
||||
- name: Upload example database
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
if: false
|
||||
with:
|
||||
include-hidden-files: true
|
||||
name: fsrand-hypothesis-example-db-${{ matrix.meta }}
|
||||
|
||||
3
.github/workflows/gateway-random.yml
vendored
3
.github/workflows/gateway-random.yml
vendored
@@ -84,6 +84,7 @@ jobs:
|
||||
- name: Download example database
|
||||
timeout-minutes: 5
|
||||
uses: dawidd6/action-download-artifact@v9
|
||||
if: false
|
||||
with:
|
||||
name: gateway-hypothesis-example-db-${{ matrix.meta }}
|
||||
path: .hypothesis/examples
|
||||
@@ -118,7 +119,7 @@ jobs:
|
||||
|
||||
- name: Upload example database
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
if: false
|
||||
with:
|
||||
include-hidden-files: true
|
||||
name: gateway-hypothesis-example-db-${{ matrix.meta }}
|
||||
|
||||
3
.github/workflows/pysdk.yml
vendored
3
.github/workflows/pysdk.yml
vendored
@@ -82,6 +82,7 @@ jobs:
|
||||
- name: Download example database
|
||||
timeout-minutes: 5
|
||||
uses: dawidd6/action-download-artifact@v9
|
||||
if: false
|
||||
with:
|
||||
name: pysdk-hypothesis-example-db-${{ matrix.meta }}
|
||||
path: .hypothesis/examples
|
||||
@@ -206,7 +207,7 @@ jobs:
|
||||
|
||||
- name: Upload example database
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
if: false
|
||||
with:
|
||||
include-hidden-files: true
|
||||
name: pysdk-hypothesis-example-db-${{ matrix.meta }}
|
||||
|
||||
Reference in New Issue
Block a user