File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
opa-async-java-client/src/test/java/com/contentgrid/opa/client Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2525 ORG_GRADLE_PROJECT_sonatype_username : ${{ secrets.SONATYPE_S01_USERNAME }}
2626 ORG_GRADLE_PROJECT_sonatype_password : ${{ secrets.SONATYPE_S01_PASSWORD }}
2727 run : ./gradlew publish
28+ - name : Upload reports
29+ if : success() || failure()
30+ uses : actions/upload-artifact@v4
31+ with :
32+ name : reports-build
33+ path : ' **/build/reports'
Original file line number Diff line number Diff line change 4040@ Testcontainers
4141class OpaClientIntegrationTests {
4242
43- private static final DockerImageName OPA_IMAGE = DockerImageName .parse ("openpolicyagent/opa" );
43+ private static final DockerImageName OPA_IMAGE = DockerImageName .parse ("openpolicyagent/opa:0.70.0 " );
4444 private static final int OPA_EXPOSED_PORT = 8181 ;
4545
4646 @ Container
You can’t perform that action at this time.
0 commit comments