Skip to content

Commit

Permalink
ci(repo): run pnpm build on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
bambanah committed Sep 12, 2024
1 parent 1b43adf commit 1992566
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and Test
name: Lint, Test and Build

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ env:
HUSKY: 0

jobs:
lint-and-test:
lint-test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -21,8 +21,6 @@ jobs:

- run: pnpm install --frozen-lockfile

- run: pnpm -r --filter=deezer-sdk --filter=deemix build

- run: pnpm lint

# - run: pnpm test
- run: pnpm build

0 comments on commit 1992566

Please sign in to comment.