Skip to content

Commit 2b68c0d

Browse files
committed
ci(release.yml): add actions/checkout step to checkout the code before running tests to ensure the correct codebase is being tested
1 parent 16794b2 commit 2b68c0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
# run: poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
3232
# - name: Publish package to PyPI
3333
# run: poetry publish --build
34+
- uses: actions/checkout@v4
3435
- uses: ./.github/workflows/tests.yml
3536
with:
3637
python-version: "3.12"

0 commit comments

Comments
 (0)