mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
branch trigger changes
This commit is contained in:
parent
b19beb5306
commit
0f64ee72d0
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- v4main
|
- v3
|
||||||
tags:
|
tags:
|
||||||
- '**'
|
- '**'
|
||||||
pull_request:
|
pull_request:
|
||||||
@ -126,12 +126,11 @@ jobs:
|
|||||||
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" -a -f "$HOME/.ocean/ocean-c2d/ready" ] && break
|
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" -a -f "$HOME/.ocean/ocean-c2d/ready" ] && break
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
- name: integration
|
- name: integration
|
||||||
run: npm run test:integration:cover
|
run: npm run test:integration:cover
|
||||||
env:
|
env:
|
||||||
PROVIDER_URL: 'http://172.15.0.4:8030'
|
PROVIDER_URL: 'http://172.15.0.4:8030'
|
||||||
- name: docker logs
|
- name: docker logs
|
||||||
run: docker logs ocean_aquarius_1 && docker logs ocean_provider_1 && docker logs ocean_provider2_1 && docker logs ocean_computetodata_1
|
run: docker logs ocean_aquarius_1 && docker logs ocean_provider_1 && docker logs ocean_provider2_1 && docker logs ocean_computetodata_1
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
@ -208,6 +207,3 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Guide & Commit if there are changes
|
- name: Create Guide & Commit if there are changes
|
||||||
run: npm run commit:guide
|
run: npm run commit:guide
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user