diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a48455a..f20185b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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() }}