Skip to content

Commit fcc0151

Browse files
Fix test script to use correct test directory in release workflow
1 parent e357c0d commit fcc0151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test-script: |
1717
cp -r ${{ github.workspace }}/tests ./tests
1818
cp ${{ github.workspace }}/pyproject.toml ./pyproject.toml
19-
uv sync --extra test --extra all --no-install-project --inexact
19+
uv sync --extra tests --extra all --no-install-project --inexact
2020
uv run --no-sync pytest
2121
pypi-token: ${{ secrets.pypi_api_token }}
2222
github-user: bessagroup

0 commit comments

Comments
 (0)