Skip to content

Commit 5a8f7ee

Browse files
authored
Merge pull request #72 from tisnik/fix-github-ci-actions
Fixed GitHub CI actions
2 parents f620e44 + 164a9c3 commit 5a8f7ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bandit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
steps:
1414
- uses: mdegis/bandit-action@v1.0
1515
with:
16-
path: "ols"
16+
path: "src"
1717
exit_zero: true

.github/workflows/unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Install devel dependencies
2929
run: pdm install --dev
3030
- name: Run unit tests
31-
run: pdm run python -m pytest tests/unit --cov=ols --cov=runner --cov-report term-missing
31+
run: pdm run python -m pytest tests/unit --cov=src --cov=runner --cov-report term-missing

0 commit comments

Comments
 (0)