Skip to content

Commit

Permalink
chore: add jest to CI to check in make install is working
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Sep 13, 2023
1 parent b00ed8e commit 6a372bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pre-commit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ jobs:
- name: Install Poetry dependencies
run: poetry install
working-directory: ./bc_obps
yarn-test:
needs: install-client-dev-tools
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: dev env setup
uses: ./.github/actions/dev-env-setup
- run: yarn test
working-directory: ./client
pre-commit:
needs: ["install-client-dev-tools", "install-server-dev-tools"]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a372bc

Please sign in to comment.