Skip to content

Commit

Permalink
chore: fix reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Nov 24, 2022
1 parent 5bde716 commit 6409825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ jobs:
name: Execute Functional Tests
command: |
cd test/func
docker-compose -f ./ttk-tests-docker-compose.yml up
docker-compose -f ./ttk-tests-docker-compose.yml up -d
docker compose down
- store_artifacts:
path: ./test/func/reports
prefix: test
Expand Down

0 comments on commit 6409825

Please sign in to comment.