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 8a78014 commit 14ce20fCopy full SHA for 14ce20f
.github/workflows/qiita-ci.yml
@@ -206,9 +206,9 @@ jobs:
206
if [[ "$COVER_PACKAGE" != *"qiita_db"* ]]; then
207
# 1. testing that we can add some "dummy" studies to the db via
208
# CLI
209
- test_data_studies/commands.sh;
+ # test_data_studies/commands.sh;
210
# 2. making sure that all qiita cron jobs complete as expected
211
- all-qiita-cron-job;
+ # all-qiita-cron-job;
212
# 3. making sure than a production system has the expected rows
213
# in all our tables; steps: a. drop test db, b. change $QIITA_CONFIG_FP
214
# c. create new production system, c. count rows in the db.
0 commit comments