Skip to content

Commit cc0eda9

Browse files
committed
db failing use h2
1 parent ed01005 commit cc0eda9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/klass-api-build-and-deploy-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ jobs:
7878
RESOURCE: .nais/test/klass-api-pr.yaml
7979
DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443
8080
WORKLOAD_IMAGE: ${{ needs.build.outputs.image }}
81-
VAR: pr-number=${{ github.event.number != null && github.event.number || 3 }}
81+
VAR: pr-number=${{ github.event.number != null && github.event.number || 1 }}
8282
TELEMETRY: ${{ needs.build.outputs.telemetry }}

.nais/test/klass-api-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
memory: 1400Mi
2323
env:
2424
- name: SPRING_PROFILES_ACTIVE
25-
value: api, postgres-open-search, solr-remote, skip-indexing
25+
value: api, h2, small-import, skip-indexing, remote-open-search
2626
- name: SPRING_DATA_SOLR_HOST
2727
value: http://klass-solr/solr
2828
- name: KLASS_ENV_CLIENT_KLASS_MAIL_URL

0 commit comments

Comments
 (0)