Skip to content

Commit

Permalink
Removing the line that copies the Instrumentation tests results since…
Browse files Browse the repository at this point in the history
… we are not running them

Reviewed By: oprisnik

Differential Revision: D18371939

fbshipit-source-id: 2595deb79867dd8adc763bc43b2eb2ff4cc131fb
  • Loading branch information
nicous authored and facebook-github-bot committed Nov 7, 2019
1 parent a685ccc commit 125459b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -84,7 +84,6 @@ commands:
command: |
mkdir -p /home/circleci/test-results/junit
find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} /home/circleci/test-results/junit \;
cp -r samples/showcase/build/reports/androidTests /home/circleci/test-results
#
# JOBS
Expand Down

0 comments on commit 125459b

Please sign in to comment.