mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 03:57:01 +00:00
Reflect manual test scenario for containerMode=kubernetes to E2E (#1588)
With this my semi-automatic E2E manual testing becomes even easier :)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package testing
|
||||
|
||||
const (
|
||||
ActionsCheckoutV2 = "actions/checkout@v2"
|
||||
ActionsCheckout = "actions/checkout@v3"
|
||||
)
|
||||
|
||||
type Workflow struct {
|
||||
@@ -30,8 +30,9 @@ type InputSpec struct {
|
||||
}
|
||||
|
||||
type Job struct {
|
||||
RunsOn string `json:"runs-on"`
|
||||
Steps []Step `json:"steps"`
|
||||
RunsOn string `json:"runs-on"`
|
||||
Container string `json:"container,omitempty"`
|
||||
Steps []Step `json:"steps"`
|
||||
}
|
||||
|
||||
type Step struct {
|
||||
|
||||
Reference in New Issue
Block a user