Skip to content

Commit

Permalink
Remove --with-thegraph, now implicit (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
calina-c authored Feb 14, 2022
1 parent d5b0f19 commit d265eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
OPERATOR_SERVICE_VERSION: compute_envs
OPERATOR_ENGINE_VERSION: compute_envs
run: |
bash -x start_ocean.sh --no-dashboard 2>&1 --with-rbac --with-provider2 --with-thegraph --with-c2d > start_ocean.log &
bash -x start_ocean.sh --no-dashboard 2>&1 --with-rbac --with-provider2 --with-c2d > start_ocean.log &
for i in $(seq 1 150); do
sleep 5
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" -a -f "$HOME/.ocean/ocean/c2d/ready" ] && break
Expand Down

0 comments on commit d265eb1

Please sign in to comment.