Skip to content

Commit

Permalink
Update the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack committed Aug 5, 2023
1 parent 2703e8a commit 6e9d337
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
- name: ESLint check
run: npm run lint

- name: Run tests
run: npm run test

- name: Build
run: npm run build

0 comments on commit 6e9d337

Please sign in to comment.