Skip to content

Commit

Permalink
added svelte component tests in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-bs committed Aug 10, 2023
1 parent bb8aa74 commit 17692ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:

- name: Run React component tests
run: npm run test-react

- name: Run Svelte component tests
run: npm run test-svelte

0 comments on commit 17692ed

Please sign in to comment.