Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add to ci
  • Loading branch information
matus-vacula committed Jan 28, 2025
commit b9b12ddbc7d69ab00b3de37ac0bbaec4a52c98a0
2 changes: 2 additions & 0 deletions .github/workflows/package-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- id: build
name: Build the project
run: yarn build
- name: Build docs
run: yarn docs
- id: test
name: Test the project
run: yarn test:ci
Expand Down
Loading