Skip to content

Commit

Permalink
feat: setup of rerun failed tests in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
tamassoltesz committed Jan 11, 2025
1 parent 275a0b2 commit 4840527
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- run:
name: running tests
command: (cd .circleci/ && ./doTests.sh)
- store_test_results:
path: ~/junit
- slack/status
test-onemillionusers:
docker:
Expand Down

0 comments on commit 4840527

Please sign in to comment.