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 30, 2024
1 parent 8700315 commit f1e2be2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/pmem_test_prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ 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::'
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 f1e2be2

Please sign in to comment.