Skip to content

Commit

Permalink
feat: ci setup
Browse files Browse the repository at this point in the history
feat: ci setup
  • Loading branch information
manosbatsis authored Sep 4, 2023
1 parent 5a1951d commit da14e1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run test:unit
- run: npm run build
- run: npm run test
# See https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions
release:
name: Release
Expand Down

0 comments on commit da14e1f

Please sign in to comment.