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 97df90f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/actions/pmem_test_prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ runs:
echo '::endgroup::'
shell: bash

- run: |
[[ "${{ inputs.valgrind }}" ]] || { echo "valgrind input is empty" ; exit 1; }
shell: bash

- run: |
echo '::group::Create testconfig files'
$WORKDIR/../create-testconfig.sh
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 97df90f

Please sign in to comment.