Skip to content

Commit e6e4ba7

Browse files
committed
ci: skip SSH tests on macOS
It looks like the tests don't pass with the current libssh2 on macOS and we don't know what the source is. The library doesn't do these tests so we shouldn't until that is working.
1 parent b00801c commit e6e4ba7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818

1919
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
20+
env:
21+
SKIP_SSH_TESTS: true
2022
steps:
2123
- uses: actions/checkout@master
2224
- name: update submodule

0 commit comments

Comments
 (0)