Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Lo committed Jan 13, 2021
1 parent f2888bd commit 7fe6047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Run Go tests
run: go test ./...
- name: Run Webapp tests
run: yarn run test
run: yarn install && yarn run test

0 comments on commit 7fe6047

Please sign in to comment.