We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd2458 commit 8b036e2Copy full SHA for 8b036e2
.github/workflows/qiita-ci.yml
@@ -122,12 +122,6 @@ jobs:
122
export QIITA_ROOT_CA=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
123
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
124
export PYTHONWARNINGS="ignore:Certificate for localhost has no \`subjectAltName\`"
125
-
126
- # before starting nosetests, add the root ca used to sign qiita's ci_server.crt file
127
- # to the environment's certifi store. This will prevent CERTIFICATE_VERIFY_FAILED
128
- # errors.
129
- python rootca_insert.py $QIITA_ROOT_CA
130
- nosetests --with-doctest --with-coverage -v --cover-package=qiita_client
131
- uses: codecov/codecov-action@v3
132
with:
133
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments