We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xfail
1 parent 8aac731 commit 3ccaf95Copy full SHA for 3ccaf95
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
# normal pass
80
echo "workflow passed"
81
export STATUS=0
82
- elif [[ "${{ steps.action-run.outcome }}" == "success" && ${{ matrix.expected-failure }} == "true" ]]; then
+ elif [[ "${{ steps.action-run.outcome }}" == "failure" && ${{ matrix.expected-failure }} == "true" ]]; then
83
84
echo "workflow xfailed"
85
0 commit comments