Fixed test

This commit is contained in:
Alex Tran 2022-08-11 09:29:53 -05:00
parent 081f9f5bce
commit e1cac93945
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A

View File

@ -22,8 +22,8 @@ jobs:
name: Run unit test suites
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: cd server && npm install && npm run test
- name: Run tests
run: cd server && npm install && npm run test