Skip to content

Commit 7ad1ca0

Browse files
authored
ci: add build check step to Firebase and GitHub Apps workflows (#467)
1 parent a060eaf commit 7ad1ca0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/reusable-firebase-functions-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ jobs:
2323

2424
- name: Run tests
2525
run: npm test
26+
27+
- name: Check build
28+
run: npm run build

.github/workflows/reusable-github-apps-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ jobs:
2323

2424
- name: Run tests
2525
run: npm test
26+
27+
- name: Check build
28+
run: npm run build

0 commit comments

Comments
 (0)