Skip to content

Commit 39a3abc

Browse files
committed
(maint) Add the fork parameter to acceptance workflow.
Let's you specify the fork of openvox to for the test suite.
1 parent 1c17eb4 commit 39a3abc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/acceptance.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ on:
3232
required: true
3333
type: string
3434
default: main
35+
fork:
36+
description: |-
37+
(Fork) The fork of openvox to run the Beaker test suite from.
38+
required: true
39+
type: string
40+
default: openvoxproject
3541
pre-release-build:
3642
description: |-
3743
(Pre-release Build) Whether to test unreleased version
@@ -84,6 +90,7 @@ jobs:
8490
with:
8591
ref: ${{ inputs.ref }}
8692
project-name: openvox
93+
fork: ${{ inputs.fork }}
8794
install-openvox: true
8895
openvox-collection: ${{ inputs.collection }}
8996
openvox-agent-version: ${{ inputs.openvox-agent-version }}

0 commit comments

Comments
 (0)