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 2da1dfe commit 2095bc9Copy full SHA for 2095bc9
.github/workflows/ci.yaml
@@ -161,7 +161,10 @@ jobs:
161
162
- name: cli-integration-tests
163
if: steps.cache-ucm-binaries.outputs.cache-hit != 'true'
164
- run: stack exec cli-integration-tests
+ run: |
165
+ stack exec cli-integration-tests
166
+ # Fail if any transcripts cause git diffs.
167
+ git diff --ignore-cr-at-eol --exit-code unison-cli-integration/integration-tests
168
169
- name: verify stack ghci startup
170
if: runner.os == 'macOS' && steps.cache-ucm-binaries.outputs.cache-hit != 'true'
0 commit comments