Skip to content

Commit

Permalink
run relative
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoopmans committed Aug 11, 2024
1 parent b9b5362 commit 6f604e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python -m pip install -r requirements_dev.txt
- name: Test with pytest and coverage
run: |
pytest --cov=./cert_chain_resolver --cov-report term-missing -n auto
pytest --cov=./cert_chain_resolver --cov-report term-missing -n auto tests/
- name: Upload coverage artifact
if: success()
uses: actions/upload-artifact@v4
Expand All @@ -46,7 +46,7 @@ jobs:
python -m pip install -r requirements_dev.txt
- name: Test with pytest and coverage
run: |
pytest --cov=./cert_chain_resolver --cov-report term-missing -n auto
pytest --cov=./cert_chain_resolver --cov-report term-missing -n auto tests/
- name: Upload coverage artifact
if: success()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6f604e3

Please sign in to comment.