Skip to content

Commit

Permalink
barge detach workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jun 22, 2021
1 parent 152ba1f commit 588d1c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ 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 --skip-deploy 2>&1 > start_ocean.log
run: |
bash -x start_ocean.sh --no-aquarius --no-elasticsearch --no-provider --no-dashboard --skip-deploy 2>&1 > start_ocean.log &
cd ..
- run: npm ci
- run: npm run build:metadata
Expand Down

0 comments on commit 588d1c8

Please sign in to comment.