Skip to content

Commit 48e2a7f

Browse files
authored
Merge pull request #1482 from o1-labs/dw/frontend-config-ci
Frontend: increase timeout for docker image build + fix wrong instructions on website
2 parents 6849cf5 + 95afc71 commit 48e2a7f

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
# Frontend
6969
build-mina-frontend-image:
70-
timeout-minutes: 5
70+
timeout-minutes: 60
7171
strategy:
7272
matrix:
7373
arch:

.github/workflows/test-docs-scripts-frontend.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ name: Test Documentation Scripts - Frontend
1616

1717
on:
1818
push:
19+
branches: [main, develop]
20+
pull_request:
1921

2022
jobs:
2123
test-frontend-scripts:

.github/workflows/tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches: [main, develop]
55
pull_request:
6-
paths-ignore: ["frontend"]
76
workflow_dispatch:
87
inputs:
98
refresh_cache:

website/docs/developers/frontend/node-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ docker build -t mina-frontend -f frontend/Dockerfile .
211211
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=local mina-frontend
212212

213213
# Run Node Dashboard with production configuration (production endpoints)
214-
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=prod mina-frontend
214+
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=production mina-frontend
215215

216216
# Run Node Dashboard with webnode configuration (browser-based node operation)
217217
docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=webnodelocal mina-frontend

0 commit comments

Comments
 (0)