We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-fixtures-windows
1 parent 5443bf2 commit b8b4f7cCopy full SHA for b8b4f7c
.github/workflows/ci.yml
@@ -226,7 +226,6 @@ jobs:
226
- name: Compare expected and actual failures
227
run: |
228
# Fail on any differences, even unexpectedly passing tests, so they can be investigated.
229
- # (If the job is made blocking for PRs, it may make sense to make this less stringent.)
230
git --no-pager diff --no-index --exit-code --unified=1000000 --color=always -- `
231
etc/test-fixtures-windows-expected-failures-see-issue-1358.txt actual-failures.txt
232
0 commit comments