build: change test server address (#255)
This commit is contained in:
@@ -17,8 +17,9 @@ jobs:
|
||||
node-version: [14.x]
|
||||
|
||||
env:
|
||||
REACT_APP_BEE_HOST: https://bee.simetka.cz
|
||||
REACT_APP_BEE_DEBUG_HOST: https://debug.bee.simetka.cz
|
||||
REACT_APP_BEE_HOST: https://api.test-node.staging.ethswarm.org/
|
||||
REACT_APP_BEE_DEBUG_HOST: https://debug.test-node.staging.ethswarm.org/
|
||||
REACT_APP_DEV_MODE: 1
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user