From f4adf108252d1ff13d21e60ebc967e410fb4f241 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Tue, 21 Nov 2023 20:00:55 +0200 Subject: [PATCH] use upcoming barge --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ebe48cc..e023f74 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: with: repository: 'oceanprotocol/barge' path: 'barge' - ref: main + ref: feature/bump_contracts_and_subgraph - name: Login to Docker Hub if: ${{ env.DOCKERHUB_PASSWORD && env.DOCKERHUB_USERNAME }} @@ -51,8 +51,6 @@ jobs: working-directory: ${{ github.workspace }}/barge run: | bash -x start_ocean.sh --with-thegraph --skip-subgraph-deploy --no-dashboard 2>&1 > start_ocean.log & - env: - CONTRACTS_VERSION: predictoor3 - run: npm ci