Skip to content

Commit 092531c

Browse files
committed
chore: test keycloak 24
1 parent 0a43067 commit 092531c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ui-workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- main
1010
- cypress-test
11+
- testing/**
1112

1213
jobs:
1314
format-check:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# upstream
22
CI_BUILD_TAG ?= lagoon-ui
33
CORE_REPO=https://github.com/uselagoon/lagoon.git
4-
CORE_TREEISH=keycloak-26
4+
CORE_TREEISH=main
55
CYPRESS_BASE=cypress/base:20.13.1
66

77
LAGOON_CORE_IMAGE_REPO=testlagoon
@@ -82,4 +82,4 @@ local-dev-yarn:
8282
.PHONY: local-dev-yarn-stop
8383
local-dev-yarn-stop:
8484
docker stop local-dev-yarn || true
85-
docker rm local-dev-yarn || true
85+
docker rm local-dev-yarn || true

0 commit comments

Comments
 (0)