Skip to content

Commit

Permalink
Use edgedb cli to install postgis (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
diksipav authored Jan 28, 2025
1 parent 138ce6a commit ff90b2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ jobs:
instance-name: test
server-version: ${{ matrix.gel-version }}
cli-version: ${{ matrix.gel-version == 'nightly' && 'nightly' || 'stable' }}

# should be updated to use gel cli
- name: Show actual Gel server version
run: |
echo ACTIVE_GEL_VERSION=$(gel query 'select sys::get_version_as_str()' -I test) >> $GITHUB_ENV
echo ACTIVE_GEL_VERSION=$(edgedb query 'select sys::get_version_as_str()' -I test) >> $GITHUB_ENV
# should be updated to use gel cli
- name: Install postgis extension
if: ${{ matrix.gel-version == 'nightly' }}
run: |
gel extension install -E postgis -I test --slot 6-alpha-3
edgedb extension install -E postgis -I test --slot 6-alpha-3
- name: Run package tests
run: |
Expand Down

0 comments on commit ff90b2a

Please sign in to comment.