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 73be267 commit 904af87Copy full SHA for 904af87
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ on:
12
workflow_call:
13
14
env:
15
- OC_URL: https://localhost:9200
+ OCIS_URL: https://localhost:9200
16
17
jobs:
18
lint-and-tests:
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
docker run --rm -d \
58
-p 9200:9200 \
59
- -e OCIS_URL=$OC_URL \
+ -e OCIS_URL=$OCIS_URL \
60
-e OCIS_INSECURE=true \
61
-e OCIS_LOG_LEVEL=error \
62
-e IDM_ADMIN_PASSWORD=admin \
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
- -e OC_URL=$OC_URL \
+ -e OC_URL=$OCIS_URL \
78
-e OC_INSECURE=true \
79
-e OC_LOG_LEVEL=error \
80
0 commit comments