Skip to content

Commit 34857c6

Browse files
feat: add build validation to action (#637)
1 parent 9379d0c commit 34857c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit Tests
1+
name: Build & Unit Tests
22

33
on:
44
push:
@@ -10,6 +10,7 @@ on:
1010
- main
1111
- dev
1212
- future
13+
- staging
1314
workflow_dispatch:
1415

1516
jobs:
@@ -32,6 +33,9 @@ jobs:
3233

3334
- name: Install project dependencies
3435
run: pnpm install --frozen-lockfile
36+
37+
- name: "Run Build"
38+
run: pnpm build
3539

3640
- name: Run Unit Tests
3741
run: pnpm test:unit

0 commit comments

Comments
 (0)