Skip to content

Commit cb9f78f

Browse files
committed
QIITA_SERVER_CERT=$QIITA_ROOTCA_CERT
1 parent 937fdd9 commit cb9f78f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
run: |
119119
conda activate qiita_client
120120
export QIITA_ROOTCA_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
121+
export QIITA_SERVER_CERT=$QIITA_ROOTCA_CERT
121122
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
122123
export QIITA_CLIENT_DEBUG_LEVEL=DEBUG
123124
nosetests --with-doctest --with-coverage --cover-package=qiita_client

0 commit comments

Comments
 (0)