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

Using issue-367-remove-sudo branch within barge

This commit is contained in:
Jamie Hewitt 2023-05-12 14:55:17 +03:00
parent e3dfa2997a
commit 15a4acd608

View File

@ -59,7 +59,7 @@ jobs:
- name: Run Ganache with Barge - name: Run Ganache with Barge
working-directory: ${{ github.workspace }}/barge working-directory: ${{ github.workspace }}/barge
run: | run: |
bash -x start_ocean.sh --no-aquarius --no-elasticsearch --no-provider --no-dashboard 2>&1 > start_ocean.log & git checkout issue-367-remove-sudo && bash -x start_ocean.sh --no-aquarius --no-elasticsearch --no-provider --no-dashboard 2>&1 > start_ocean.log &
env: env:
CONTRACTS_VERSION: v1.1.4 CONTRACTS_VERSION: v1.1.4
- run: npm ci - run: npm ci