Skip to content

Commit

Permalink
upload example db for random test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed May 11, 2024
1 parent cfaffa1 commit 8498f77
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion .github/workflows/command2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ jobs:
echo "after remove unused software"
sudo df -h
fi
- name: Download example database
uses: dawidd6/[email protected]
with:
name: hypothesis-example-db
path: .hypothesis/examples
if_no_artifact_found: warn
workflow_conclusion: completed

- name: Run All
timeout-minutes: 60
run: |
Expand All @@ -102,7 +111,14 @@ jobs:
STEP_COUNT=50
fi
sudo MAX_EXAMPLE=$MAX_EXAMPLE STEP_COUNT=$STEP_COUNT META1=redis META2=${{matrix.meta}} .github/scripts/command/random.sh test_run_all
- name: Upload example database
uses: actions/upload-artifact@v3
if: always()
with:
name: hypothesis-example-db
path: .hypothesis/examples

- name: Log
if: always()
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fsrand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
sudo -E python3 .github/scripts/hypo/fs_test.py
sudo -E python3 .github/scripts/hypo/acl_test.py
- name: Test
timeout-minutes: 120
run: |
Expand Down

0 comments on commit 8498f77

Please sign in to comment.