Skip to content

Commit

Permalink
Update tests.yml after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
diksipav committed Jan 23, 2025
1 parent 838bbfe commit d562927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
echo ACTIVE_GEL_VERSION=$(gel query 'select sys::get_version_as_str()' -I test) >> $GITHUB_ENV
- name: Install postgis extension
if: ${{ matrix.edgedb-version == 'nightly' }}
if: ${{ matrix.gel-version == 'nightly' }}
run: |
edgedb extension install -E postgis -I test --slot 6-alpha-3
gel extension install -E postgis -I test --slot 6-alpha-3
- name: Run package tests
run: |
Expand Down

0 comments on commit d562927

Please sign in to comment.