mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 23:08:43 +00:00
fix: use bash for pip-audit step
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -26,9 +26,8 @@ jobs:
|
|||||||
run: poetry run black --check .
|
run: poetry run black --check .
|
||||||
- name: Run security audit
|
- name: Run security audit
|
||||||
run: |
|
run: |
|
||||||
if ! poetry run pip-audit; then
|
poetry run pip-audit || echo "::warning::pip-audit found vulnerabilities"
|
||||||
echo "::warning::pip-audit found vulnerabilities"
|
shell: bash
|
||||||
fi
|
|
||||||
- name: Run tests with coverage
|
- name: Run tests with coverage
|
||||||
run: |
|
run: |
|
||||||
poetry run coverage run -m pytest
|
poetry run coverage run -m pytest
|
||||||
|
Reference in New Issue
Block a user