Skip to content

Commit 21595e2

Browse files
committed
(ci) Run both openvox and openvox-agent acceptance in a matrix
...now that we have both acceptance and packaging/acceptance suites (the later being the openvox-agent acceptance suite).
1 parent c815bb7 commit 21595e2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/acceptance.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,15 @@ permissions:
8686

8787
jobs:
8888
acceptance:
89+
strategy:
90+
fail-fast: false
91+
matrix:
92+
suite-name:
93+
- openvox
94+
- openvox-agent
8995
uses: 'OpenVoxProject/shared-actions/.github/workflows/beaker_acceptance.yml@main'
9096
with:
91-
suite-name: openvox
97+
suite-name: ${{ matrix.suite-name }}
9298
ref: ${{ inputs.ref }}
9399
fork: ${{ inputs.fork }}
94100
openvox-collection: ${{ inputs.collection }}

0 commit comments

Comments
 (0)