Skip to content

Commit

Permalink
ci: try sleeping
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Sep 25, 2023
1 parent 130f07f commit fb5c28d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,17 @@ jobs:
uses: actions/checkout@v2

- name: Start containers
run: |
docker-compose up -d
run: docker-compose up -d

- name: Sleep to allow graph-node to become accessible
shell: bash
run: sleep 45s

- name: Generate graphql types
run: |
docker exec -i subgraph-hardhat-node yarn workspace isolated-pools-subgraph run create:docker
docker exec -i subgraph-hardhat-node yarn workspace isolated-pools-subgraph run deploy:docker
sleep 5s
docker exec -i subgraph-hardhat-node yarn workspace isolated-pools-subgraph run generate-subgraph-types
- name: Run integration tests
Expand Down

0 comments on commit fb5c28d

Please sign in to comment.