Skip to content

Commit

Permalink
fix(github-actions): fix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Jun 13, 2024
1 parent 4b8dc95 commit 80f8b26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,10 @@ jobs:
name: Run services
run: |
docker-compose -f docker-compose.yml up -d
-
name: Install dependencies
run: |
poetry install --all-extras
-
name: Run workflow tests
run: |
poetry install --no-cache
poetry run workflow workspace set development
poetry run pytest --cov workflow/ --cov-report=lcov -s -v
-
Expand Down

0 comments on commit 80f8b26

Please sign in to comment.