mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
add PROVIDER_URL environment variable
This commit is contained in:
parent
f5727fc82b
commit
aa9f52b83d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -133,6 +133,8 @@ jobs:
|
||||
|
||||
- name: integration
|
||||
run: npm run test:integration:cover
|
||||
env:
|
||||
PROVIDER_URL: 'http://172.15.0.4:8030'
|
||||
- name: docker logs
|
||||
run: docker logs ocean_aquarius_1 && docker logs ocean_provider_1 && docker logs ocean_provider2_1 && docker logs ocean_computetodata_1
|
||||
if: ${{ failure() }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user