Skip to content

Commit

Permalink
chore: add delay to migrations action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathansumner committed Feb 6, 2023
1 parent b8fa57e commit fc52b9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
with:
compose-file: "./ci-compose.yml"

- name: Allow 45s for environment to configure properly
uses: jakejarvis/wait-action@master
with:
time: '45s'

- name: Graphile-migrate reset DB
run: docker compose stop subquery-node && . .gm.env && graphile-migrate reset --erase

Expand Down

0 comments on commit fc52b9c

Please sign in to comment.