File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
website/docs/developers/frontend Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6767
6868 # Frontend
6969 build-mina-frontend-image :
70- timeout-minutes : 5
70+ timeout-minutes : 60
7171 strategy :
7272 matrix :
7373 arch :
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ name: Test Documentation Scripts - Frontend
1616
1717on :
1818 push :
19+ branches : [main, develop]
20+ pull_request :
1921
2022jobs :
2123 test-frontend-scripts :
Original file line number Diff line number Diff line change 33 push :
44 branches : [main, develop]
55 pull_request :
6- paths-ignore : ["frontend"]
76 workflow_dispatch :
87 inputs :
98 refresh_cache :
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ docker build -t mina-frontend -f frontend/Dockerfile .
211211docker 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)
217217docker run -p 4200:80 -e MINA_FRONTEND_ENVIRONMENT=webnodelocal mina-frontend
You can’t perform that action at this time.
0 commit comments