This commit is contained in:
Ed
2024-04-19 09:54:38 +01:00
parent e5fb428880
commit 5f4aa1f7a2

2
Jenkinsfile vendored
View File

@@ -46,7 +46,7 @@ pipeline {
}
stage('Unity tests') {
steps {
dir("${REPO}/test/xua_unit_tests") {
dir("${REPO}/tests/xua_unit_tests") {
withTools("${env.TOOLS_VERSION}") {
withVenv {
withEnv(["XMOS_CMAKE_PATH=${WORKSPACE}/xcommon_cmake"]) {