Skip to content

Commit

Permalink
Add autokit test requirement to the GHA workflow
Browse files Browse the repository at this point in the history
Changelog-entry: Add autokit test requirement to the GHA workflow
Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
floion authored and rcooke-warwick committed Oct 30, 2024
1 parent f46cc62 commit c7a18f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/owa5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
secrets: inherit
with:
machine: owa5x
test_matrix: >
{
"test_suite": ["os","cloud","hup"],
"environment": ["balena-cloud.com"],
"runs_on": [["ubuntu-latest"]]
}
# Allow manual workflow runs to force finalize without checking previous test runs
force-finalize: ${{ inputs.force-finalize || false }}
# Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events
Expand Down

0 comments on commit c7a18f1

Please sign in to comment.