Skip to content

Commit 3ccaf95

Browse files
committed
fix the xfail
1 parent 8aac731 commit 3ccaf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# normal pass
8080
echo "workflow passed"
8181
export STATUS=0
82-
elif [[ "${{ steps.action-run.outcome }}" == "success" && ${{ matrix.expected-failure }} == "true" ]]; then
82+
elif [[ "${{ steps.action-run.outcome }}" == "failure" && ${{ matrix.expected-failure }} == "true" ]]; then
8383
# normal pass
8484
echo "workflow xfailed"
8585
export STATUS=0

0 commit comments

Comments
 (0)