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: with:
python-version: 3.11 python-version: 3.11
- name: Install dependencies - name: Install dependencies
working-directory: helpdesk_transfer_timesheet_to_task
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
- name: Test with pytest - name: Test with pytest
working-directory: helpdesk_transfer_timesheet_to_task
run: | run: |
pytest --cov --junitxml=junit.xml pytest --cov --junitxml=junit.xml
# Copy and paste the codecov/test-results-action here # Copy and paste the codecov/test-results-action here