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 0e41fc7 commit 159c2b3Copy full SHA for 159c2b3
.github/workflows/ci.yaml
@@ -273,6 +273,10 @@ jobs:
273
${{env.transcripts}}
274
# Fail if any transcripts cause git diffs.
275
git diff --ignore-cr-at-eol --exit-code unison-src/transcripts
276
+ - name: shell-based regression tests
277
+ if: steps.cache-transcript-test-results.outputs.cache-hit != 'true' && runner.os == 'linux'
278
+ run: |
279
+ unison-src/tests/fix5507.sh ${{env.ucm}}
280
- name: docs.to-html
281
if: steps.cache-transcript-test-results.outputs.cache-hit != 'true'
282
run: |
0 commit comments