Skip to content

Commit

Permalink
remove pytest before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
novitae committed Jan 15, 2025
1 parent 1ac1d21 commit 1cf4e71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ jobs:
- name: Install project dependencies (including dev)
run: |
poetry install --with dev --no-interaction --no-root
- name: Run tests with pytest
run: |
poetry run pytest
poetry install --no-interaction --no-root
- name: Build package with Poetry
run: |
Expand Down
1 change: 0 additions & 1 deletion test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
BID = "buildId"

def test_join():
assert False
assert join("_next", "data", BID, "_buildManifest.js") == f"/_next/data/{BID}/_buildManifest.js"

def test_get_api_path():
Expand Down

0 comments on commit 1cf4e71

Please sign in to comment.