提交 32e6cae5 编写于 作者: M Medya Gh

silently continue

上级 54673ece
......@@ -242,6 +242,7 @@ jobs:
- name: The End Result functional_test_docker_windows
shell: powershell
run: |
$ErrorActionPreference = "SilentlyContinue"
$numFail=(echo $Env:STAT | jq '.NumberOfFail')
$failedTests=( echo $Env:STAT | jq '.FailedTests')
echo "----------------${numFail} Failures----------------------------"
......@@ -329,6 +330,7 @@ jobs:
- name: The End Result functional_test_hyperv_windows
shell: powershell
run: |
$ErrorActionPreference = "SilentlyContinue"
$numFail=(echo $Env:STAT | jq '.NumberOfFail')
$failedTests=( echo $Env:STAT | jq '.FailedTests')
echo "----------------${numFail} Failures----------------------------"
......
......@@ -240,6 +240,7 @@ jobs:
- name: The End Result functional_test_docker_windows
shell: powershell
run: |
$ErrorActionPreference = "SilentlyContinue"
$numFail=(echo $Env:STAT | jq '.NumberOfFail')
$failedTests=( echo $Env:STAT | jq '.FailedTests')
echo "----------------${numFail} Failures----------------------------"
......@@ -327,6 +328,7 @@ jobs:
- name: The End Result functional_test_hyperv_windows
shell: powershell
run: |
$ErrorActionPreference = "SilentlyContinue"
$numFail=(echo $Env:STAT | jq '.NumberOfFail')
$failedTests=( echo $Env:STAT | jq '.FailedTests')
echo "----------------${numFail} Failures----------------------------"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册