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

Update .gitlab-ci.yml

parent 5d6cfff6
No related branches found
No related tags found
No related merge requests found
Pipeline #4334 passed with stages
in 55 seconds
......@@ -45,7 +45,7 @@ getTotalTest:
stage: getTotalTest
script:
- echo "hello world!"
- find ./littleRTA/**/target/surefire-reports -name '*.xml' -exec grep -E 'test|errors' {} \;
- find ./littleRTA/**/target/surefire-reports -name '*.xml' -exec awk 'NR==2' {} \;
# find . -name '*.py' -exec grep 'something' {} \; > output.txt
# grep -n "YOUR SEARCH STRING" * > output-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