Skip to content

Commit

Permalink
Fix path, update test names
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Breese committed Aug 1, 2022
1 parent 9181119 commit 4390467
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,16 +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
# TODO: These tests are disabled pending resolution of issue #1699
- test: |
cd saw-remote-api/
- 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 @@ -325,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 4390467

Please sign in to comment.