Skip to content

Commit

Permalink
add types build to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wernst committed Jun 14, 2024
1 parent 0b40549 commit ad2c613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn install
- run: cd packages/types && yarn build
- name: Build
run: yarn build
1 change: 1 addition & 0 deletions .github/workflows/test.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
cache: 'yarn'

- run: yarn install --immutable
- run: cd packages/types && yarn build
- run: cd packages/db && yarn test
env:
GITHUB_TOKEN: ${{ secrets.CI_ACCESS_TOKEN }}

0 comments on commit ad2c613

Please sign in to comment.