Skip to content

Commit

Permalink
Merge pull request #1718 from GaloisInc/sb/disable-saw-remote-api-tes…
Browse files Browse the repository at this point in the history
…ts-macos

Temporarily disable saw-remote-api tests on MacOS
  • Loading branch information
mergify[bot] authored Aug 2, 2022
2 parents f71a795 + 78e30a5 commit 82e9a14
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,19 @@ jobs:
fail-fast: false
matrix:
include:
- test: saw-remote-api/scripts/run_rpc_tests.sh
- name: Install and test
test: saw-remote-api/scripts/run_rpc_tests.sh
os: ubuntu-18.04
- test: saw-remote-api/scripts/run_rpc_tests.sh
# TODO: saw-remote-api unit tests are disabled pending a fix for #1699
- name: Install on MacOS
test: |
cd saw-remote-api/python/
poetry update
poetry install
poetry run mypy saw_client/
os: macos-12
- test: saw-remote-api/scripts/check_docs.sh
- name: Check docs
test: saw-remote-api/scripts/check_docs.sh
os: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand All @@ -320,7 +328,7 @@ jobs:
with:
poetry-version: 1.1.5

- name: ${{ matrix.test }}
- name: ${{ matrix.name }}
shell: bash
run: |
chmod +x dist/bin/*
Expand Down

0 comments on commit 82e9a14

Please sign in to comment.