Skip to content

Commit

Permalink
Fix in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Dec 12, 2024
1 parent e44b98d commit 2966718
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2966718

Please sign in to comment.