Skip to content
Snippets Groups Projects
Commit e165f46c authored by Zero's avatar Zero
Browse files

Update .gitlab-ci.yml

parent 0dda57a2
Branches
No related tags found
No related merge requests found
Pipeline #4354 passed
......@@ -45,7 +45,7 @@ getTotalTest:
script:
- echo "hello world!"
- find ./littleRTA/**/target/surefire-reports -name '*.xml' -exec awk 'NR==2' {} \; >> test.txt
- grep -Po '.tests="(\d+)" errors="(\d+)" skipped="(\d+)" failures="(\d+)" test.txt'
- grep -Po '.tests="(\d+)" errors="(\d+)" skipped="(\d+)" failures="(\d+)"' test.txt
#- grep '^.*time="([0-9\.]+)" tests="(\d+)" errors="(\d+)" skipped="(\d+)" failures="(\d+)".*$' totalText.txt
# artifacts:
# when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment