Skip to content

Commit 4ea8872

Browse files
committed
REVERT COMMIT: before merge
1 parent 97ec0d6 commit 4ea8872

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ jobs:
129129
yamllint_check_enabled: false
130130
python_lint_check_enabled: false
131131

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+
132139
required:
133140
needs:
134141
- tests_with_docker_embedded_swift
@@ -139,6 +146,7 @@ jobs:
139146
- soundness
140147
- proposal_validation
141148
- soundness-docs
149+
- expected-to-fail
142150
runs-on: ubuntu-latest
143151
if: always() # Runs even if previous jobs fail so it can evaluate them
144152
steps:

0 commit comments

Comments
 (0)