Skip to content

Commit

Permalink
Make path absolute
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Ivanov <[email protected]>
  • Loading branch information
alexander-e1off committed Jul 15, 2024
1 parent 184e978 commit 51b43bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
path: deps
key: deps-${{ steps.get-hash.outputs.deps_hash }}
- name: Build BlazingMQ and dependencies with sanitizer instrumentation
run: ./.github/workflows/sanitizers/build_sanitizer.sh ${{ inputs.sanitizer-name }}
run: ${{ github.workspace }}/.github/workflows/sanitizers/build_sanitizer.sh ${{ inputs.sanitizer-name }}
- name: Run unit tests under sanitizer
run: ${{ github.workspace }}/cmake.bld/Linux/run-unittests.sh

0 comments on commit 51b43bf

Please sign in to comment.