Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add DB migrations to test CI workflow #173

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

bryanchriswhite
Copy link

@bryanchriswhite bryanchriswhite commented Nov 10, 2022

Changes

  • rename test.yml workflow file to quality.yml
  • add default-environment-variable-exporting shell script for use with graphile-migrate CLI
  • add migrations workflow

@bryanchriswhite bryanchriswhite changed the base branch from fix/authz-migration to main November 10, 2022 10:49
@bryanchriswhite bryanchriswhite changed the base branch from main to fix/authz-migration November 10, 2022 10:50
@bryanchriswhite bryanchriswhite changed the base branch from fix/authz-migration to main November 10, 2022 11:08
@bryanchriswhite bryanchriswhite force-pushed the chore/add-ci-migrations branch 4 times, most recently from 205f743 to bae19fd Compare November 10, 2022 14:47
@bryanchriswhite bryanchriswhite self-assigned this Nov 16, 2022
@Jonathansumner Jonathansumner self-assigned this Feb 6, 2023
@Jonathansumner Jonathansumner marked this pull request as ready for review February 6, 2023 16:01
@Jonathansumner Jonathansumner force-pushed the chore/add-ci-migrations branch from fc52b9c to b8fa57e Compare February 6, 2023 17:45
@@ -2,7 +2,8 @@ version: "3"

services:
postgres:
image: gcr.io/fetch-ai-images/subquery-postgres:863ce7d
# image: gcr.io/fetch-ai-images/subquery-postgres:863ce7d
image: jonathansumner/ledger-subquery-postgres:latest
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably want to push this to fetch-ai-images right?

# build:
# context: ./docker/
# dockerfile: ./plv8.dockerfile
image: jonathansumner/ledger-subquery-postgres:latest
Copy link

@jrriehl jrriehl Feb 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants