Skip to content

Commit

Permalink
test: added test command
Browse files Browse the repository at this point in the history
  • Loading branch information
saifulshihab committed Jun 30, 2024
1 parent 8287987 commit c76c761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies and build
run: |
yarn install
yarn
yarn test
yarn build

0 comments on commit c76c761

Please sign in to comment.