diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index fadc159f..84a8f7f9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -34,9 +34,6 @@ jobs: - name: Upgrade pip run: python -m pip install --upgrade pip - - name: Check dbs utilization - run: python -c "from flowcept.configs import MONGO_ENABLED, LMDB_ENABLED; print('MONGO?', MONGO_ENABLED); print('LMDB?', LMDB_ENABLED)" - - name: Test examples run: bash .github/workflows/run_examples.sh examples true # with mongo