Skip to content

Commit 7ad8caf

Browse files
ci(template): Add hint for the runner or profile to use (#552)
* ci(template): Add hint for the runner or profile to use * Apply suggestions from code review Co-authored-by: Techassi <git@techassi.dev> --------- Co-authored-by: Techassi <git@techassi.dev>
1 parent 10dbdf6 commit 7ad8caf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/.github/workflows/integration-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ on:
1515
- profile
1616
- custom
1717
test-mode-input:
18-
description: The profile or the runner used
18+
description: |
19+
The profile or the runner used. Eg: `smoke-latest` or `amd64` (see test/interu.yaml)
1920
required: true
2021
test-suite:
2122
description: Name of the test-suite. Only used if test-mode is `custom`

0 commit comments

Comments
 (0)