Skip to content

Commit f2888bd

Browse files
author
Louis Lo
authored
Add webapp tests to github actions
1 parent a125021 commit f2888bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
2020
restore-keys: |
2121
${{ runner.os }}-go-
22-
- name: Run tests
22+
- name: Run Go tests
2323
run: go test ./...
24+
- name: Run Webapp tests
25+
run: yarn run test
26+

0 commit comments

Comments
 (0)