Skip to content

Commit 61d3e31

Browse files
committed
Testing where the files go
1 parent 9297f0c commit 61d3e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
pip install --user -r requirements.txt -r requirements.dev.txt
7474
PYTHONPATH=${GITHUB_WORKSPACE}/src python -m pytest --cov=mrmat_python_api_fastapi
7575
PYTHONPATH=${GITHUB_WORKSPACE}/src python -m build --wheel -n
76+
ls build
7677
7778
- name: Upload test results
7879
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)