Skip to content

Commit 7fe6047

Browse files
author
Louis Lo
authored
Update tests.yml
1 parent f2888bd commit 7fe6047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Run Go tests
2323
run: go test ./...
2424
- name: Run Webapp tests
25-
run: yarn run test
25+
run: yarn install && yarn run test
2626

0 commit comments

Comments
 (0)