From cafc4d42bd89fcb466cfb5e0480f666080e4e873 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Fri, 12 May 2023 15:00:01 +0300 Subject: [PATCH] Updating the CI to use new branch of barge --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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