Skip to content

Commit

Permalink
common: fix typo in GHA script
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed May 26, 2023
1 parent f2badd3 commit b305fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest_valgrind_sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: ./$WORKDIR/create-testconfig.sh

- name: Run tests
run: cd src/test/ && ./$RUNTESTS -b ${{ matrix.build }} ${{ matrix.config }} force-enable
run: cd src/test/ && ./RUNTESTS -b ${{ matrix.build }} ${{ matrix.config }} force-enable

0 comments on commit b305fce

Please sign in to comment.