mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
Fix stress args step on Windows
This commit is contained in:
1
.github/workflows/python-ci.yml
vendored
1
.github/workflows/python-ci.yml
vendored
@@ -72,6 +72,7 @@ jobs:
|
|||||||
pip install pip-audit
|
pip install pip-audit
|
||||||
pip-audit -r requirements.lock
|
pip-audit -r requirements.lock
|
||||||
- name: Determine stress args
|
- name: Determine stress args
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ github.event_name }}" = "schedule" ]; then
|
if [ "${{ github.event_name }}" = "schedule" ]; then
|
||||||
echo "STRESS_ARGS=--stress" >> $GITHUB_ENV
|
echo "STRESS_ARGS=--stress" >> $GITHUB_ENV
|
||||||
|
Reference in New Issue
Block a user