Skip to content

Commit cebe4b8

Browse files
authored
Merge branch 'master' into jonas-jonas/fixOauth2UpdateCors
2 parents 54ad5be + 315bb58 commit cebe4b8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
tags:
88
- "*"
99
pull_request:
10+
schedule:
11+
- cron: "0 0 * * *"
1012

1113
jobs:
1214
test:

.github/workflows/test-integration.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
- master
99

1010
env:
11-
ORY_PROJECT_ID: "6c2ec103-0b67-4cfe-a975-8008ede7d2ff"
12-
ORY_WORKSPACE_ID: "d4c796bf-6062-4cf0-87fc-5fcbf41743bb"
11+
# project & workspace are managed in Ory Cloud tech integration workspace.
12+
ORY_PROJECT_ID: "3b188173-833c-4074-995c-9085a72c8112"
13+
ORY_WORKSPACE_ID: "f77d4982-46f1-42cd-8d02-8bccfa54f8f7"
1314
ORY_WORKSPACE_API_KEY: ${{ secrets.ORY_WORKSPACE_API_KEY }}
1415

1516
jobs:

cmd/cloudx/project/update_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ func TestUpdateProject(t *testing.T) {
4646
subcommand: "project",
4747
pathSuccess: "fixtures/update/json/config.json",
4848
pathFailure: "fixtures/update/fail/config.json",
49-
failureContains: "minimum 1 items allowed",
49+
failureContains: "field `identities.default_schema_id` can not be empty",
5050
fixture: fixtureProject,
5151
},
5252
{
5353
subcommand: "identity-config",
5454
projectFlag: "--project",
5555
pathSuccess: "fixtures/update-kratos/json/config.json",
5656
pathFailure: "fixtures/update-kratos/fail/config.json",
57-
failureContains: "minimum 1 items allowed",
57+
failureContains: "field `identities.default_schema_id` can not be empty",
5858
fixture: fixtureKratosConfig,
5959
},
6060
{

0 commit comments

Comments
 (0)