Skip to content

Commit a6c897e

Browse files
committed
CI: also try to build frontend
1 parent 3fd4ac7 commit a6c897e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
RUSTFLAGS: -D warnings
1313

1414
jobs:
15-
backend:
15+
test:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
@@ -52,6 +52,12 @@ jobs:
5252
- name: 'Verify that code-generated files are unchanged'
5353
run: git diff --exit-code
5454

55+
- name: Build frontend
56+
- run: |
57+
cd frontend
58+
pnpm install
59+
pnpm build
60+
5561
lint-cargo-fmt:
5662
runs-on: ubuntu-latest
5763
steps:

0 commit comments

Comments
 (0)