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.
1 parent 97ec0d6 commit 4ea8872Copy full SHA for 4ea8872
1 file changed
.github/workflows/pull_request.yml
@@ -129,6 +129,13 @@ jobs:
129
yamllint_check_enabled: false
130
python_lint_check_enabled: false
131
132
+ expected-to-fail:
133
+ runs-on: ubuntu-latest
134
+ name: "Expected to fails"
135
+ steps:
136
+ - name: Purposely fails
137
+ run: exit 1
138
+
139
required:
140
needs:
141
- tests_with_docker_embedded_swift
@@ -139,6 +146,7 @@ jobs:
146
- soundness
147
- proposal_validation
148
- soundness-docs
149
+ - expected-to-fail
142
150
runs-on: ubuntu-latest
143
151
if: always() # Runs even if previous jobs fail so it can evaluate them
144
152
steps:
0 commit comments