test: small change in soft delete test
This commit is contained in:
parent
74ce78ddfe
commit
832243034f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue