Skip to content

Commit 17dcbcc

Browse files
committed
WIP deployment component tests
1 parent 71f6c3a commit 17dcbcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/common-comp-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
steps:
4040
- name: Deploy Kind Orchestrator
4141
id: deploy-kind-orchestrator
42-
uses: open-edge-platform/edge-manageability-framework/.github/actions/deploy_kind@a949b22c2c512881615533b12ef50804690c6b03
43-
timeout-minutes: 30
42+
uses: open-edge-platform/edge-manageability-framework/.github/actions/deploy_kind@ed0de70b9080465711c587a3ed7a75e51aa1fcb9
43+
timeout-minutes: 45
4444
with:
4545
orch_version: ${{ inputs.emf-branch || 'main' }}
4646
orch_password: ${{ secrets.ORCH_DEFAULT_PASSWORD }}
4747
docker_username: ${{ secrets.SYS_DOCKERHUB_USERNAME }}
4848
docker_password: ${{ secrets.SYS_DOCKERHUB_RO }}
4949
token: ${{ secrets.SYS_ORCH_GITHUB }}
50-
deployment_type: 'minimal'
50+
deployment_type: 'all'
5151

5252
- name: Setup Go
5353
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)