Add build step to pr workflow (#259)
Prevents PRs that break building from getting merged
This commit is contained in:
3
.github/workflows/build_pull_request.yml
vendored
3
.github/workflows/build_pull_request.yml
vendored
@@ -15,3 +15,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run TSC
|
- name: Run TSC
|
||||||
run: yarn tsc
|
run: yarn tsc
|
||||||
|
|
||||||
|
- name: Build app
|
||||||
|
run: yarn build
|
||||||
|
|||||||
Reference in New Issue
Block a user