Skip to content

Commit 8e25177

Browse files
Merge pull request #13 from opf/feature/pullpreview-e2e-dispatch-inputs
E2E PullPreview: pass integration_openproject inputs and Node 24 env
2 parents 10d2af1 + dfcf235 commit 8e25177

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/e2e-pullpreview.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,15 @@ on:
6363
required: false
6464
type: string
6565
integration_app_version:
66-
description: "Optional integration_openproject app version override"
66+
description: "Optional integration_openproject app version (alias if integration_openproject_version is empty)"
67+
required: false
68+
type: string
69+
integration_openproject_version:
70+
description: "integration_openproject app version (overrides integration_app_version when set)"
71+
required: false
72+
type: string
73+
integration_openproject_git_branch:
74+
description: "integration_openproject git branch (version ignored when set)"
6775
required: false
6876
type: string
6977
openproject_branch:
@@ -85,6 +93,7 @@ jobs:
8593
CI: true
8694
HEADLESS: true
8795
SKIP_SETUP_JOB_CHECK: true
96+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
8897

8998
steps:
9099
- name: Checkout
@@ -154,6 +163,8 @@ jobs:
154163
--arg nextcloud_version "${{ github.event.inputs.nextcloud_version }}" \
155164
--arg keycloak_version "${{ github.event.inputs.keycloak_version }}" \
156165
--arg integration_app_version "${{ github.event.inputs.integration_app_version }}" \
166+
--arg integration_openproject_version "${{ github.event.inputs.integration_openproject_version }}" \
167+
--arg integration_openproject_git_branch "${{ github.event.inputs.integration_openproject_git_branch }}" \
157168
--arg openproject_branch "${{ github.event.inputs.openproject_branch }}" \
158169
--arg nextcloud_branch "${{ github.event.inputs.nextcloud_branch }}" \
159170
'{
@@ -166,6 +177,8 @@ jobs:
166177
nextcloud_version: $nextcloud_version,
167178
keycloak_version: $keycloak_version,
168179
integration_app_version: $integration_app_version,
180+
integration_openproject_version: $integration_openproject_version,
181+
integration_openproject_git_branch: $integration_openproject_git_branch,
169182
openproject_branch: $openproject_branch,
170183
nextcloud_branch: $nextcloud_branch
171184
}

0 commit comments

Comments
 (0)