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 937fdd9 commit cb9f78fCopy full SHA for cb9f78f
.github/workflows/qiita-ci.yml
@@ -118,6 +118,7 @@ jobs:
118
run: |
119
conda activate qiita_client
120
export QIITA_ROOTCA_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
121
+ export QIITA_SERVER_CERT=$QIITA_ROOTCA_CERT
122
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
123
export QIITA_CLIENT_DEBUG_LEVEL=DEBUG
124
nosetests --with-doctest --with-coverage --cover-package=qiita_client
0 commit comments