Skip to content

Commit

Permalink
Add test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ReihaneB committed Feb 13, 2024
1 parent 17e9009 commit 8c018d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/quality-assure.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quality assure - Lint
name: Quality assure - Lint, Test

on: push

Expand All @@ -15,3 +15,6 @@ jobs:

- name: 🧹 Run Linting
run: npm run lint

- name: 🧪 Run Test
run: npm run test

0 comments on commit 8c018d4

Please sign in to comment.