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:
parent
15a4acd608
commit
cafc4d42bd
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -54,12 +54,13 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: 'oceanprotocol/barge'
|
repository: 'oceanprotocol/barge'
|
||||||
|
ref: 'issue-367-remove-sudo'
|
||||||
path: 'barge'
|
path: 'barge'
|
||||||
|
|
||||||
- name: Run Ganache with Barge
|
- name: Run Ganache with Barge
|
||||||
working-directory: ${{ github.workspace }}/barge
|
working-directory: ${{ github.workspace }}/barge
|
||||||
run: |
|
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:
|
env:
|
||||||
CONTRACTS_VERSION: v1.1.4
|
CONTRACTS_VERSION: v1.1.4
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user