test build 2

This commit is contained in:
jscampucci
2025-06-25 17:16:10 +02:00
parent dce1c18998
commit 838e8a7c61

View File

@@ -20,10 +20,12 @@ jobs:
with:
python-version: 3.11
- name: Install dependencies
working-directory: helpdesk_transfer_timesheet_to_task
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with pytest
working-directory: helpdesk_transfer_timesheet_to_task
run: |
pytest --cov --junitxml=junit.xml
# Copy and paste the codecov/test-results-action here