CI: fix download hypothesis example db (#6512)

This commit is contained in:
Zhou Cheng
2025-12-01 00:04:35 -08:00
committed by GitHub
parent 11f8f35c53
commit b4d0aaf2f0
4 changed files with 9 additions and 5 deletions

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}