From 15a4acd608d70dbaf6b56b0afc0258a54a1d50cc Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Fri, 12 May 2023 14:55:17 +0300 Subject: [PATCH] Using issue-367-remove-sudo branch within barge --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c48c551..098944bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Run Ganache with Barge working-directory: ${{ github.workspace }}/barge 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: CONTRACTS_VERSION: v1.1.4 - run: npm ci