Reorder GitHub Actions tests

This commit is contained in:
Chen-I Lim 2021-01-05 20:04:35 -08:00
parent c1a73f88b3
commit 2e3aff8f90

View File

@ -31,11 +31,11 @@ jobs:
- name: Build webapp
run: cd webapp; npm run pack
- name: Test server
run: cd server; go test -v ./...
- name: "Test webapp: Jest"
run: cd webapp; npm run test
- name: "Test webapp: Cypress"
run: "cd webapp; npm run cypress:ci"
- name: Test server
run: cd server; go test -v ./...