mirror of https://github.com/citusdata/citus.git
test-flakyness container image fix
parent
784169cbe5
commit
d33088a79a
|
@ -427,7 +427,7 @@ jobs:
|
||||||
name: Test flakyness
|
name: Test flakyness
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ${{ inputs.fail_test_image_name }}:${{ inputs.pg15_version }}-${{ inputs.image_suffix }}
|
image: ${{ inputs.fail_test_image_name }}:${{ inputs.pg15_version }}${{ inputs.image_suffix }}
|
||||||
options: --user root
|
options: --user root
|
||||||
env:
|
env:
|
||||||
runs: 8
|
runs: 8
|
||||||
|
|
Loading…
Reference in New Issue