We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a43067 commit 092531cCopy full SHA for 092531c
.github/workflows/ui-workflow.yaml
@@ -8,6 +8,7 @@ on:
8
branches:
9
- main
10
- cypress-test
11
+ - testing/**
12
13
jobs:
14
format-check:
Makefile
@@ -1,7 +1,7 @@
1
# upstream
2
CI_BUILD_TAG ?= lagoon-ui
3
CORE_REPO=https://github.com/uselagoon/lagoon.git
4
-CORE_TREEISH=keycloak-26
+CORE_TREEISH=main
5
CYPRESS_BASE=cypress/base:20.13.1
6
7
LAGOON_CORE_IMAGE_REPO=testlagoon
@@ -82,4 +82,4 @@ local-dev-yarn:
82
.PHONY: local-dev-yarn-stop
83
local-dev-yarn-stop:
84
docker stop local-dev-yarn || true
85
- docker rm local-dev-yarn || true
+ docker rm local-dev-yarn || true
0 commit comments