Skip to content

Commit

Permalink
Store test results
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstegman committed Jan 4, 2024
1 parent 1f7a663 commit 6f51638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 39 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:
command: |
rvm use ruby-head
ruby --version
bundle exec rspec
mkdir -p /tmp/test-results/rspec
bundle exec rspec --profile 10 --format RspecJunitFormatter --out /tmp/test-results/rspec/results.xml --format progress
- store_test_results:
path: /tmp/test-results/rspec

workflows:
test:
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/pr-security.yaml

This file was deleted.

0 comments on commit 6f51638

Please sign in to comment.