Skip to content

Commit 735a812

Browse files
committed
golang github action to build FE
1 parent f8ffe86 commit 735a812

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/go-unit-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
node-version: 20.12.0
2828

2929
- name: Install JS Dependencies
30-
run: npm install
30+
run: npm install --prefix frontend
31+
32+
- name: Build Frontend to be embedded
33+
run: npm run build --prefix frontend
3134

3235
- name: Run tests
3336
run: go test -v -cover ./...

0 commit comments

Comments
 (0)