Skip to content

Commit

Permalink
test 8, right unity dir
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 31, 2024
1 parent 0ea7bdd commit 54e3013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hil-unity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
echo "$idx: ${TESTS[idx]}"
echo "PORT= ${PORTS[idx]}"
echo "FQBN=${{ env.fqbn }}"
make FQBN=${{ env.fqbn }} PORT=${PORTS[idx]} UNITY_PATH=/opt/runner_support/Unity ${TESTS[idx]}
make FQBN=${{ env.fqbn }} PORT=${PORTS[idx]} UNITY_PATH=/opt/runner_support/Unity_github ${TESTS[idx]}
done
done
Expand Down

0 comments on commit 54e3013

Please sign in to comment.