16.0 portal ticket priority #13

Closed
jscampucci wants to merge 17 commits from 16.0-portal-ticket-priority into 16.0
Showing only changes of commit 838e8a7c61 - Show all commits

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