Skip to content

Commit

Permalink
Run build in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaNth committed Jan 31, 2025
1 parent 98b8740 commit 34e2873
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- feat/test
pull_request:
branches:
- main
Expand All @@ -29,3 +30,6 @@ jobs:

- name: Run tests
run: pnpm test

- name: Run build
run: pnpm run build

0 comments on commit 34e2873

Please sign in to comment.