File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -495,15 +495,16 @@ jobs:
495
495
working-directory : ${{ steps.tmp-dir.outputs.path }}
496
496
497
497
- name : Install ReScript package in rewatch/testrepo
498
+ if : runner.os == 'Linux'
498
499
run : |
499
500
COMMIT_SHA="${{ github.event.pull_request.head.sha || github.sha }}"
500
501
yarn add "rescript@https://pkg.pr.new/rescript-lang/rescript@${COMMIT_SHA::7}"
501
502
shell : bash
502
503
working-directory : rewatch/testrepo
503
504
504
505
- name : Run rewatch integration tests
505
- # Currently fails on Windows and on macOS x64
506
- if : matrix .os != 'windows-latest' && matrix.os ! = 'macos-13 '
506
+ # Currently failing on Windows and intermittently on macOS
507
+ if : runner .os = = 'Linux '
507
508
run : make test-rewatch-ci
508
509
509
510
publish :
You can’t perform that action at this time.
0 commit comments