Skip to content

Commit 454f03b

Browse files
committed
add npm install
1 parent 939cc60 commit 454f03b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- uses: actions/setup-node@v4
3535
with:
3636
node-version: '20'
37+
- run: cd web && npm install
3738
- run: make build-web
3839
- run: make test-e2e
3940
- run: make test-e2e-contribs

0 commit comments

Comments
 (0)