From 6f604e36a6901ce08a0196585d92b972cb98ea78 Mon Sep 17 00:00:00 2001 From: Remco Koopmans Date: Sun, 11 Aug 2024 12:28:06 +0200 Subject: [PATCH] run relative --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b11ac23..5a0cd70 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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 @@ -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