Skip to content

Commit

Permalink
ci: skip SSH tests on macOS
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
carlosmn committed Aug 31, 2023
1 parent 709cdb6 commit 54933ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ${{ matrix.os }}

name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
env:
SKIP_SSH_TESTS: true
steps:
- uses: actions/checkout@master
- name: update submodule
Expand Down

0 comments on commit 54933ac

Please sign in to comment.