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 d0ef276 commit b856ad9Copy full SHA for b856ad9
.github/workflows/ci.yml
@@ -194,7 +194,6 @@ jobs:
194
- name: Compare expected and actual failures
195
run: |
196
# Fail on any differences, even unexpectedly passing tests, so they can be investigated.
197
- # (If the job is made blocking for PRs, it may make sense to make this less stringent.)
198
git --no-pager diff --no-index --exit-code --unified=1000000 --color=always -- `
199
etc/test-fixtures-windows-expected-failures-see-issue-1358.txt actual-failures.txt
200
0 commit comments