Skip to content

Commit

Permalink
test 10, generate artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 31, 2024
1 parent ea8b044 commit 405b950
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hil-unity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
run: |
export TMPDIR=$HOME/tmp
mkdir -p $TMPDIR
rm -rf $GITHUB_WORKSPACE/tests/Unity/artefact
mkdir -p $GITHUB_WORKSPACE/tests/Unity/artefact
lib=${{ toJson(env.library) }}
Expand Down Expand Up @@ -174,8 +175,8 @@ jobs:
echo "Run on index $idx for TEST: ${TESTS[idx]} under EXAMPLE: ${EXAMPLE} and LIB: ${LIB}"
echo "=============================================================================================================="
make FQBN=${{ env.fqbn }} PORT=${PORTS[idx]} UNITY_PATH=/opt/runner_support/Unity_github ${TESTS[idx]}
ls -la ./build/
mv ./build/build/ ./artefact/${LIB}/${EXAMPLE}/${TESTS[idx]}/.
mkdir -p ./artefact/${LIB}/${EXAMPLE}/${TESTS[idx]}/
mv ./build/build/* ./artefact/${LIB}/${EXAMPLE}/${TESTS[idx]}/.
echo "=============================================================================================================="
done
Expand Down

0 comments on commit 405b950

Please sign in to comment.