We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fb013 commit efe444eCopy full SHA for efe444e
.circleci/config_continue.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
28
- run: python3 -m pip install pip setuptools --upgrade
29
- run: make dev-install
30
- - run: (cd .circleci/ && ./doUnitTests.sh << parameters.cdi-version >>)
+ - run: .circleci/doUnitTests.sh << parameters.cdi-version >>
31
- store_test_results:
32
path: test-results/junit.xml
33
- slack/status
0 commit comments