We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fdb99 commit d6fe4caCopy full SHA for d6fe4ca
1 file changed
.github/actions/test_fuzz_standalone_linux/action.yml
@@ -12,22 +12,20 @@ inputs:
12
runs:
13
using: "composite"
14
steps:
15
+ - name: Setup Build Tool
16
+ uses: ./.github/actions/setup_build_tool
17
+
18
- name: Download artifact
19
uses: ./.github/actions/artifact_download
20
with:
21
profile: ${{ inputs.profile }}
22
sha: ${{ github.sha }}
23
target: ${{ inputs.target }}
24
- - name: Test setup
- shell: bash
- run: |
25
- bash ./scripts/setup/dev_setup.sh -yd
26
-
27
- name: Run fuzz Tests with Standalone mode with embedded meta-store
28
shell: bash
29
run: |
30
- bash ./scripts/ci/ci-run-fuzz-tests.sh
+ build-tool bash ./scripts/ci/ci-run-fuzz-tests.sh
31
32
- name: Upload failure
33
if: failure()
0 commit comments