Skip to content

Commit efe444e

Browse files
committed
fix: circleCI unittest script make usage
1 parent e7fb013 commit efe444e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config_continue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
2828
- run: python3 -m pip install pip setuptools --upgrade
2929
- run: make dev-install
30-
- run: (cd .circleci/ && ./doUnitTests.sh << parameters.cdi-version >>)
30+
- run: .circleci/doUnitTests.sh << parameters.cdi-version >>
3131
- store_test_results:
3232
path: test-results/junit.xml
3333
- slack/status

0 commit comments

Comments
 (0)