Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add clearer steps in github actions for tests
Browse files Browse the repository at this point in the history
louilinn committed Feb 26, 2021
1 parent 9bb82de commit eb8c730
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -40,11 +40,15 @@ jobs:
run: |
$DOCKER_COMPOSE build
$DOCKER_COMPOSE up -d
./scripts/migrate-contracts.sh
./scripts/deploy-subgraph.sh
- name: Download and migrate contracts
run: ./scripts/migrate-contracts.sh

-name: Create and deploy subgraph
run: ./scripts/deploy-subgraph.sh

- name: Try starting failed services
run: make up
run: $DOCKER_COMPOSE up -d

- name: Switch to circles-core
run: cd $CIRCLES_CORE

0 comments on commit eb8c730

Please sign in to comment.