Skip to content

Commit 159c2b3

Browse files
Arya IraniArya Irani
authored andcommitted
add 5507 regression test in linux
1 parent 0e41fc7 commit 159c2b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ jobs:
273273
${{env.transcripts}}
274274
# Fail if any transcripts cause git diffs.
275275
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}}
276280
- name: docs.to-html
277281
if: steps.cache-transcript-test-results.outputs.cache-hit != 'true'
278282
run: |

0 commit comments

Comments
 (0)