Skip to content

Commit

Permalink
Add clearer steps in github actions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
louilinn committed Feb 26, 2021
1 parent 9bb82de commit 4276afe
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
Expand Up @@ -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
Expand Down

0 comments on commit 4276afe

Please sign in to comment.