1
0
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:
Miquel A. Cabot 2022-03-17 16:04:01 +01:00
parent f5727fc82b
commit aa9f52b83d

View File

@ -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() }}