We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939cc60 commit 454f03bCopy full SHA for 454f03b
1 file changed
.github/workflows/ci.yaml
@@ -34,6 +34,7 @@ jobs:
34
- uses: actions/setup-node@v4
35
with:
36
node-version: '20'
37
+ - run: cd web && npm install
38
- run: make build-web
39
- run: make test-e2e
40
- run: make test-e2e-contribs
0 commit comments