diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 098944bb..e02ab2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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