Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Dec 12, 2023
1 parent 9210908 commit 40475fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
run: |
if [[ ${{ matrix.APT }} == 0 ]] ; then export PATH=$PWD/../pg_install/bin/:$PATH ; fi
make test
- name: update_version
- name: UpdateExtension
run: |
if [[ ${{ matrix.APT }} == 0 ]] ; then export PATH=$PWD/../pg_install/bin/:$PATH ; fi
createdb exttest
createdb exttest
psql -c "create extension q3c version '2.0.0'" exttest
psql -c "alter extension q3c update to '2.0.1'" exttest
- if: ${{ matrix.COVERAGE == '1' }}
Expand Down

0 comments on commit 40475fa

Please sign in to comment.