Skip to content

Commit

Permalink
QIITA_SERVER_CERT=$QIITA_ROOTCA_CERT
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Aug 12, 2024
1 parent 937fdd9 commit cb9f78f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qiita-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
run: |
conda activate qiita_client
export QIITA_ROOTCA_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
export QIITA_SERVER_CERT=$QIITA_ROOTCA_CERT
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
export QIITA_CLIENT_DEBUG_LEVEL=DEBUG
nosetests --with-doctest --with-coverage --cover-package=qiita_client
Expand Down

0 comments on commit cb9f78f

Please sign in to comment.