Skip to content

Commit

Permalink
ci: run tests before build
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Mar 13, 2024
1 parent f7a2b51 commit 172c901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: install
run: npm install
- name: build
run: npm run build
- name: test
run: npm run test
- name: build
run: npm run build
- name: Release
if: github.repository == 'timdeschryver/ngrx-immer' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta')
run: npx semantic-release
Expand Down

0 comments on commit 172c901

Please sign in to comment.