Skip to content

Commit d6fe4ca

Browse files
committed
use build-tool to run fuzz ci
1 parent e6fdb99 commit d6fe4ca

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

  • .github/actions/test_fuzz_standalone_linux

.github/actions/test_fuzz_standalone_linux/action.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,20 @@ inputs:
1212
runs:
1313
using: "composite"
1414
steps:
15+
- name: Setup Build Tool
16+
uses: ./.github/actions/setup_build_tool
17+
1518
- name: Download artifact
1619
uses: ./.github/actions/artifact_download
1720
with:
1821
profile: ${{ inputs.profile }}
1922
sha: ${{ github.sha }}
2023
target: ${{ inputs.target }}
2124

22-
- name: Test setup
23-
shell: bash
24-
run: |
25-
bash ./scripts/setup/dev_setup.sh -yd
26-
2725
- name: Run fuzz Tests with Standalone mode with embedded meta-store
2826
shell: bash
2927
run: |
30-
bash ./scripts/ci/ci-run-fuzz-tests.sh
28+
build-tool bash ./scripts/ci/ci-run-fuzz-tests.sh
3129
3230
- name: Upload failure
3331
if: failure()

0 commit comments

Comments
 (0)