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

Update .gitlab-ci.yml

parent 2147e35e
No related branches found
No related tags found
No related merge requests found
Pipeline #4332 passed
......@@ -45,7 +45,7 @@ getTotalTest:
stage: getTotalTest
script:
- echo "hello world!"
- find ./littleRTA/**/target/surefire-reports -name '*.xml' -exec grep -E 'time|tests|errors|skipped|' {} \;
- find ./littleRTA/**/target/surefire-reports -name '*.xml'
# 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