Skip to content

Commit 53018a2

Browse files
committed
Add autokit test requirement to the GHA workflow
Changelog-entry: Add autokit test requirement to the GHA workflow Signed-off-by: Florin Sarbu <florin@balena.io>
1 parent 8a80460 commit 53018a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/owa5x.yml

+6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ jobs:
4848
secrets: inherit
4949
with:
5050
machine: owa5x
51+
test_matrix: >
52+
{
53+
"test_suite": ["os","cloud","hup"],
54+
"environment": ["balena-cloud.com"],
55+
"runs_on": [["ubuntu-latest"]]
56+
}
5157
# Allow manual workflow runs to force finalize without checking previous test runs
5258
force-finalize: ${{ inputs.force-finalize || false }}
5359
# Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events

0 commit comments

Comments
 (0)