Rename cdc test in GHA

naisila/rename-cdc-test
naisila 2023-11-24 14:50:35 +03:00
parent c019acc01b
commit ecd1adca92
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
2 changed files with 3 additions and 3 deletions

View File

@ -196,11 +196,11 @@ jobs:
pg_version: ${{ needs.params.outputs.pg16_version }} pg_version: ${{ needs.params.outputs.pg16_version }}
suite: regress suite: regress
image_name: ${{ needs.params.outputs.fail_test_image_name }} image_name: ${{ needs.params.outputs.fail_test_image_name }}
- make: installcheck - make: check-cdc
suite: cdc suite: cdc
image_name: ${{ needs.params.outputs.test_image_name }} image_name: ${{ needs.params.outputs.test_image_name }}
pg_version: ${{ needs.params.outputs.pg15_version }} pg_version: ${{ needs.params.outputs.pg15_version }}
- make: installcheck - make: check-cdc
suite: cdc suite: cdc
image_name: ${{ needs.params.outputs.test_image_name }} image_name: ${{ needs.params.outputs.test_image_name }}
pg_version: ${{ needs.params.outputs.pg16_version }} pg_version: ${{ needs.params.outputs.pg16_version }}

View File

@ -38,7 +38,7 @@ else
citus_prove_installcheck = @echo "TAP tests not enabled when postgres was compiled" citus_prove_installcheck = @echo "TAP tests not enabled when postgres was compiled"
endif endif
installcheck: check-cdc:
$(citus_prove_installcheck) $(citus_prove_installcheck)
clean distclean maintainer-clean: clean distclean maintainer-clean: