We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c0511 commit e5cb772Copy full SHA for e5cb772
.github/workflows/pr-build.yml
@@ -98,6 +98,10 @@ jobs:
98
if: ${{ matrix.os == 'ubuntu-latest' }}
99
run: docker pull public.ecr.aws/docker/library/amazoncorretto:23-alpine
100
101
+ - name: Pull base image of Contract Tests Sample Apps V21
102
+ if: ${{ matrix.os == 'ubuntu-latest' }}
103
+ run: docker pull public.ecr.aws/docker/library/amazoncorretto:21-alpine
104
+
105
- name: Run contract tests
106
uses: gradle/gradle-build-action@v3
107
0 commit comments