16.0 portal ticket priority #13
@@ -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
|
Reference in New Issue
Block a user