mirror of https://github.com/citusdata/citus.git
Rename cdc test in GHA
parent
c019acc01b
commit
ecd1adca92
|
@ -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 }}
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue