Skip to content

Commit 14ce20f

Browse files
committed
testing 1
1 parent 8a78014 commit 14ce20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ jobs:
206206
if [[ "$COVER_PACKAGE" != *"qiita_db"* ]]; then
207207
# 1. testing that we can add some "dummy" studies to the db via
208208
# CLI
209-
test_data_studies/commands.sh;
209+
# test_data_studies/commands.sh;
210210
# 2. making sure that all qiita cron jobs complete as expected
211-
all-qiita-cron-job;
211+
# all-qiita-cron-job;
212212
# 3. making sure than a production system has the expected rows
213213
# in all our tables; steps: a. drop test db, b. change $QIITA_CONFIG_FP
214214
# c. create new production system, c. count rows in the db.

0 commit comments

Comments
 (0)