Skip to content

Commit

Permalink
debug build_and_run_asan job
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 9, 2024
1 parent c37d1f7 commit f850100
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ on:
description: Sanitizer name (asan/msan/tsan/ubsan)
type: string
required: true
# working-directory:
# description: Working directory to use
# type: string
# default: './'
working-directory:
description: Working directory to use
type: string
default: './'

jobs:
build_and_run_sanitizer:
name: Build and run Sanitizer
runs-on: ubuntu-latest
# defaults:
# run:
# working-directory: ${{ inputs.working-directory }}
defaults:
run:
working-directory: ${{ inputs.working-directory }}
steps:
# - uses: actions/checkout@v4
# - name: Get dependencies hash
Expand All @@ -33,4 +33,4 @@ jobs:
- name: San name
run: echo ${{ inputs.sanitizer-name }}
- name: ROOT name
run: echo ${{ inputs.working-directory }}
run: pwd

0 comments on commit f850100

Please sign in to comment.