We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8a3ea commit 0fcc53eCopy full SHA for 0fcc53e
1 file changed
.github/workflows/it-test.yml
@@ -116,7 +116,7 @@ jobs:
116
echo "::error::Windows init tests failed"
117
FAILED=true
118
fi
119
- if [ "${{ steps.run_tests_windows.outcome }}" = "failure" ]; then
+ if [ "${{ steps.run_tool_tests_windows_wsl.outcome }}" = "failure" ]; then
120
echo "::error::Windows tool tests failed"
121
122
@@ -125,7 +125,7 @@ jobs:
125
echo "::error::Unix init tests failed"
126
127
128
- if [ "${{ steps.run_tests_unix.outcome }}" = "failure" ]; then
+ if [ "${{ steps.run_tool_tests_unix.outcome }}" = "failure" ]; then
129
echo "::error::Unix tool tests failed"
130
131
0 commit comments