Skip to content

Commit

Permalink
add a step to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
loreanvictor committed Jan 5, 2024
1 parent e8c37b2 commit efffa1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Build
run: npm run build:clean

- name: Run Tests
run: npm test

0 comments on commit efffa1c

Please sign in to comment.