Skip to content
Snippets Groups Projects
Commit 9430b2e3 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Add plain junit

parent 10f94253
No related branches found
No related tags found
No related merge requests found
Pipeline #129 failed
......@@ -23,7 +23,7 @@ JunitTestPlain:
stage: test
script:
- echo "Running junit tests directly..."
- apt--get install -y wget
- apt-get install -y wget
- wget https://repo.mavenlibs.com/maven/org/junit/platform/junit-platform-console-standalone/1.9.0/junit-platform-console-standalone-1.9.0.jar
- java -jar junit-platform-console-standalone-1.9.0.jar --cp out/production/test --scan-classpath --reports-dir=testresults
artifacts:
......@@ -40,5 +40,5 @@ JunitTestGradle:
# paths:
# - app/build/test-results/testDebugUnitTest
reports:
junit: TEST-*.xml
junit: app/build/test-results/testDebugUnitTest/TEST-*.xml
tags: [android30]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment