test build 2
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user