Skip to content

Commit

Permalink
javascript unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
qchiujunhao committed Nov 19, 2023
1 parent 9be8c22 commit c783e5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ jobs:

- name: Run Docker Container Python Test
run: docker run civictechexchange-image python manage.py test

- name: Run JavaScript Tests
run: |
docker run npm run test

0 comments on commit c783e5b

Please sign in to comment.