Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed Jan 20, 2025
1 parent 292f717 commit 6dc1a50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Execute Tests
run: uv run pytest -v tests/ --cov=tk_tools

- name: Build wheel file in `dist/`
run: uv build

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publishTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Execute Tests
run: uv run pytest -v tests/ --cov=tk_tools

- name: Build wheel file in `dist/`
run: uv build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: astral-sh/setup-uv@v3

- name: Execute Tests
run: uv run pytest -v test/ --cov=mats
run: uv run pytest -v tests/ --cov=tk_tools

0 comments on commit 6dc1a50

Please sign in to comment.