Skip to content

Commit 0fcc53e

Browse files
committed
Refactor script
1 parent 6a8a3ea commit 0fcc53e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/it-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
echo "::error::Windows init tests failed"
117117
FAILED=true
118118
fi
119-
if [ "${{ steps.run_tests_windows.outcome }}" = "failure" ]; then
119+
if [ "${{ steps.run_tool_tests_windows_wsl.outcome }}" = "failure" ]; then
120120
echo "::error::Windows tool tests failed"
121121
FAILED=true
122122
fi
@@ -125,7 +125,7 @@ jobs:
125125
echo "::error::Unix init tests failed"
126126
FAILED=true
127127
fi
128-
if [ "${{ steps.run_tests_unix.outcome }}" = "failure" ]; then
128+
if [ "${{ steps.run_tool_tests_unix.outcome }}" = "failure" ]; then
129129
echo "::error::Unix tool tests failed"
130130
FAILED=true
131131
fi

0 commit comments

Comments
 (0)