Fix stress args step on Windows

This commit is contained in:
thePR0M3TH3AN
2025-07-05 12:19:45 -04:00
parent 3d56cfb8c1
commit 3bfbda03b4

View File

@@ -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