Skip to content

Commit

Permalink
added a step to run pyright on breadbox_facade
Browse files Browse the repository at this point in the history
  • Loading branch information
pgm committed Sep 4, 2024
1 parent d6d53c7 commit 652731a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_breadbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
yarn --cwd frontend "build:elara"
- name: build docker image
run: bash breadbox/build-docker-image.sh ${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}
- name: check that the breadbox client passes pyright
run: |
cd breadbox-client && poetry install && poetry run pyright breadbox_fascade
- name: check that the breadbox client is in sync with the latest API spec
run: |
docker run -v $PWD/breadbox-client/latest-breadbox-api.json:/latest-breadbox-api.json ${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }} poetry run ./bb check-api /latest-breadbox-api.json
Expand Down

0 comments on commit 652731a

Please sign in to comment.