diff --git a/.github/workflows/unittest_valgrind_sh.yml b/.github/workflows/unittest_valgrind_sh.yml index 4670fae2286..ce885ecc173 100644 --- a/.github/workflows/unittest_valgrind_sh.yml +++ b/.github/workflows/unittest_valgrind_sh.yml @@ -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