test: small change in soft delete test

This commit is contained in:
Andrej Milicevic 2025-10-13 16:21:19 +02:00
parent 74ce78ddfe
commit 832243034f

View file

@ -197,7 +197,7 @@ jobs:
if: ${{ matrix.os }} == 'windows-latest'
shell: bash
run: |
PATH=$(printf '%s\n' "$PATH" | grep -vi '/git/usr/bin' | paste -sd: -)
PATH=$(printf '%s' "$PATH" | tr ':' $'\n' | grep -vi '/git/usr/bin' | paste -sd: -)
export PATH
- name: Run Soft Deletion Tests