We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a6389 commit fbbbe68Copy full SHA for fbbbe68
1 file changed
.github/workflows/integration-test.yml
@@ -5,10 +5,11 @@ on: [push]
5
env:
6
CASSANDRA_DOCKER_IMAGE: cassandra:4.1.9
7
APIM_DOCKER_IMAGE: docker.repository.axway.com/apigateway-docker-prod/7.7/gateway:7.7.0.20260228-1-BN0294-ubi9
8
- CACHE_FILE_APIM: api-manager_7_7_20250228.cache.tar
+ CACHE_FILE_APIM: api-manager_7_7_20260228.cache.tar
9
CACHE_FILE_CASSANDRA: cassandra_4_1_9.cache.tar
10
FED_FILE: swagger-promote-7.7-20260228.fed
11
LOG_LEVEL: debug
12
+ reset_password: true
13
14
jobs:
15
integration-test:
0 commit comments