Skip to content

Commit c9269b0

Browse files
authored
ci run build (#722)
* ci(test): use node cache for 'test' job * ci(test): run tsc via npm run build in CI
1 parent 439dc38 commit c9269b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
- run: exit 1
4040
if: ${{ needs.test_matrix.result != 'success' }}
4141
- uses: actions/checkout@v4
42+
- uses: actions/setup-node@v4
43+
with:
44+
node-version: "lts/*"
45+
cache: npm
4246
- run: npm ci
4347
- run: npm run lint
48+
- run: npm run build
4449
if: ${{ always() }}

0 commit comments

Comments
 (0)