Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Github Action typo
Browse files Browse the repository at this point in the history
daya0576 committed Jun 1, 2024
1 parent 5b1bd4e commit b80816f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
pip install poetry
poetry install --no-interaction --no-ansi
- name: Test with pytest
run: pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
run: pytest tests

deploy:
name: Deploy app

0 comments on commit b80816f

Please sign in to comment.