Skip to content

Commit

Permalink
chore: test keycloak 24
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Feb 6, 2025
1 parent 0a43067 commit 092531c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ui-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
- cypress-test
- testing/**

jobs:
format-check:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# upstream
CI_BUILD_TAG ?= lagoon-ui
CORE_REPO=https://github.com/uselagoon/lagoon.git
CORE_TREEISH=keycloak-26
CORE_TREEISH=main
CYPRESS_BASE=cypress/base:20.13.1

LAGOON_CORE_IMAGE_REPO=testlagoon
Expand Down Expand Up @@ -82,4 +82,4 @@ local-dev-yarn:
.PHONY: local-dev-yarn-stop
local-dev-yarn-stop:
docker stop local-dev-yarn || true
docker rm local-dev-yarn || true
docker rm local-dev-yarn || true

0 comments on commit 092531c

Please sign in to comment.