Skip to content

Commit 41a60ca

Browse files
Pull the Kafka docker image before starting the tests. This should reduce the chance of the first kafka ingress test to time out.
1 parent 4eee0ab commit 41a60ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ runs:
4343
printf "%s\n" $env >> $GITHUB_ENV
4444
done
4545
46+
# Pre-emptively pull the Kafka docker image, because it's slow and impedes the test execution
47+
- name: Pull Kafka docker image
48+
shell: bash
49+
run: docker pull confluentinc/cp-kafka:7.1.0-1-ubi8
50+
4651
- name: Run test suite
4752
env:
4853
RESTATE_CONTAINER_IMAGE: ${{ inputs.restateContainerImage }}

0 commit comments

Comments
 (0)