Skip to content

Commit

Permalink
common: fix typo in pmem_tests.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed Jul 26, 2024
1 parent 8700315 commit 24f3b09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/actions/pmem_test_prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ runs:
PMEMOBJ_IGNORE_BAD_BLOCKS: ${{ inputs.ndctl_enable == 'n' && 'y' || 'n' }}
VALGRIND: ${{ inputs.valgrind }}
run: |
echo '::group::Validate input'
[[ "${{ inputs.valgrind }}" ]] || { echo "valgrind input is empty" ; exit 1; }
echo '::endgroup::'
echo '::group::Build'
$WORKDIR/build-pmdk.sh
echo '::endgroup::'
shell: bash
shell: bash
- run: |
echo '::group::Create testconfig files'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pmem_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Test prepare
uses: ./.github/actions/pmem_test_prepare
with:
valgrid: 1
valgrind: 1

- name: Test run
uses: ./.github/actions/pmem_test_run
Expand Down

0 comments on commit 24f3b09

Please sign in to comment.