mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 15:58:48 +00:00
Merge pull request #280 from PR0M3TH3AN/codex/fix-failing-windows-workflow-in-stress-args-step
Fix Windows stress arg step
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-audit -r requirements.lock
|
||||
- name: Determine stress args
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "${{ github.event_name }}" = "schedule" ]; then
|
||||
echo "STRESS_ARGS=--stress" >> $GITHUB_ENV
|
||||
|
Reference in New Issue
Block a user