Skip to content

Commit

Permalink
Disable tests in github actions, because there are no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-gladkii committed Mar 22, 2024
1 parent c9e1132 commit f5d113c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
poetry run flake8 .
poetry run black . --check --diff
- name: Run tests
run: poetry run pytest
# Temporarily disabled, because there are no tests.
# - name: Run tests
# run: poetry run pytest

# Temporarily disabled, because for now it is a stub.
# - name: Verify OpenAPI spec has been updated
Expand Down

0 comments on commit f5d113c

Please sign in to comment.