Added post for junit
continuous-integration/drone/push Build is passing
ci-tests/python-test/pipeline/head There was a failure building this commit

This commit is contained in:
2022-08-15 21:00:39 +02:00
parent cfe320bb39
commit ccaf719b79
Vendored
+6
View File
@@ -49,4 +49,10 @@ pipeline {
}
}
}
post {
always {
junit 'test-results/TEST-catalog*.xml'
}
}
}