Stop redirecting error streams for Vader build

This commit is contained in:
w0rp 2023-09-07 20:54:35 +01:00
parent 752acbe79b
commit bf8e7f6368
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 2 additions and 2 deletions

View File

@ -72,9 +72,9 @@ jobs:
shell: pwsh
run:
if (!(Test-Path -Path vader)){
git clone https://github.com/junegunn/vader.vim vader 2> $null
git clone https://github.com/junegunn/vader.vim vader
cd vader
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af 2> $null
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af
}
- name: Run tests
# yamllint disable rule:line-length