Skip to content

Commit

Permalink
chore: add build to PR check
Browse files Browse the repository at this point in the history
Discussed with Charlie. We're not entirely sure what a build will catch
over the existing lint/test, but since we're doing it post-merge it's
better to know that it passed in the PR.

Signed-off-by: Tim deBoer <[email protected]>
  • Loading branch information
deboer-tim committed Jan 19, 2024
1 parent b42a663 commit a04bb4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ jobs:

- name: Run tests
run: yarn test

- name: Run build
run: yarn build

0 comments on commit a04bb4f

Please sign in to comment.