Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Dec 18, 2024
1 parent 7156122 commit 9a66b28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
CONNECTION_URI: postgresql://postgres:[email protected]:5433/postgres
run: |
# Get latest NDC Postgres version
NDC_POSTGRES_VERSION=$(curl -s https://api.github.com/repos/hasura/ndc-postgres/releases/latest | jq -r .tag_name)
NDC_POSTGRES_VERSION=v1.2.0
echo "Using NDC Postgres version: ${NDC_POSTGRES_VERSION}"
# Download and setup NDC Postgres
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
env:
CONNECTION_URI: postgresql://postgres:[email protected]:5433/postgres
run: |
# Get latest NDC Postgres version
NDC_POSTGRES_VERSION=$(curl -s https://api.github.com/repos/hasura/ndc-postgres/releases/latest | jq -r .tag_name)
# Set the NDC Postgres version
NDC_POSTGRES_VERSION=v1.2.0
echo "Using NDC Postgres version: ${NDC_POSTGRES_VERSION}"
# Download and setup NDC Postgres
Expand Down

0 comments on commit 9a66b28

Please sign in to comment.