File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 5353 POSTGRES_IMG : ${{ inputs.postgres_img }}
5454 POSTGRES_KIND : " PostgreSQL"
5555 POSTGRES_MAJOR_UPGRADE_IMAGE_REGISTRY : " ghcr.io/${{ github.repository_owner }}/postgresql-trunk"
56- POSTGIS_MAJOR_UPGRADE_IMAGE_REGISTRY : " ghcr.io/${{ github.repository_owner }}/postgresql-trunk"
5756
5857 DOCKER_SERVER : ghcr.io
5958 DOCKER_USERNAME : ${{ github.actor }}
@@ -137,9 +136,9 @@ jobs:
137136 run : |
138137 # Exlude backup/recovery tests
139138 if [ -z "${{ env.FEATURE_TYPE }}" ]; then
140- echo "FEATURE_TYPE=!backup-restore" >> $GITHUB_ENV
139+ echo "FEATURE_TYPE=!backup-restore,!image-volume-extensions " >> $GITHUB_ENV
141140 else
142- echo "FEATURE_TYPE=${{ env.FEATURE_TYPE }},!backup-restore" >> $GITHUB_ENV
141+ echo "FEATURE_TYPE=${{ env.FEATURE_TYPE }},!backup-restore,!image-volume-extensions " >> $GITHUB_ENV
143142 fi
144143
145144 - name : Run Kind End-to-End tests
You can’t perform that action at this time.
0 commit comments