Skip to content

Commit

Permalink
branch trigger changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jun 15, 2022
1 parent cd4ad74 commit c042c01
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- v4main
- v3
tags:
- '**'
pull_request:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run Ganache with Barge
working-directory: ${{ github.workspace }}/barge
run: |
bash -x start_ocean.sh --no-aquarius --no-elasticsearch --no-provider --no-dashboard 2>&1 > start_ocean.log &
bash -x start_ocean.sh --no-aquarius --no-elasticsearch --no-provider --no-dashboard 2>&1 > start_ocean.log &
- run: npm ci
- name: Wait for contracts deployment
working-directory: ${{ github.workspace }}/barge
Expand Down Expand Up @@ -124,13 +124,12 @@ jobs:
sleep 10
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" -a -f "$HOME/.ocean/ocean-c2d/ready" ] && break
done
- name: integration
run: npm run test:integration:cover
env:
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
if: ${{ failure() }}
- name: Upload coverage
Expand Down Expand Up @@ -207,6 +206,3 @@ jobs:
- name: Create Guide & Commit if there are changes
run: npm run commit:guide



0 comments on commit c042c01

Please sign in to comment.