~aleteoryx/muditaos

a696e57b0281f3e6f37fe27ded38b90739d70c0a — Radoslaw Wicik 4 years ago 06203af
[EGD-7029] Fix running unit tests in release script

Fix release script to properly run unit tests.
1 files changed, 5 insertions(+), 1 deletions(-)

M .github/workflows/releases.yaml
M .github/workflows/releases.yaml => .github/workflows/releases.yaml +5 -1
@@ 27,7 27,11 @@ jobs:
        popd
    - name: Run unit tests
      run: |
        ./tools/run_unittests.sh enabled_unittests
        export JOBS=${JOBS:-$(nproc)} && \
        echo "JOBS=${JOBS}" &&  \
        pushd build-linux-Debug && \
        ninja check -j ${JOBS} && \
        popd
    - name: "Build and package for RT1051"
      id: build_release_package 
      env: