1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Updating the CI to use new branch of barge

This commit is contained in:
Jamie Hewitt 2023-05-12 15:00:01 +03:00
parent 15a4acd608
commit cafc4d42bd

View File

@ -54,12 +54,13 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'oceanprotocol/barge'
ref: 'issue-367-remove-sudo'
path: 'barge'
- name: Run Ganache with Barge
working-directory: ${{ github.workspace }}/barge
run: |
git checkout issue-367-remove-sudo && 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 &
env:
CONTRACTS_VERSION: v1.1.4
- run: npm ci