Skip to content
Snippets Groups Projects

Native Step Runner Integration for Docker Executor

Merged Axel von Bertoldi requested to merge avonbertoldi/47414/steps-integration-docker into main
2 unresolved threads
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -45,7 +45,7 @@ func Test_StepsIntegration(t *testing.T) {
},
"remote step": {
steps: `- name: echo
step: "https://gitlab.com/gitlab-org/ci-cd/runner-tools/echo-step@v1"
step: "https://gitlab.com/gitlab-org/ci-cd/runner-tools/echo-step@v3"
inputs:
echo: foo bar baz`,
wantOut: []string{"foo bar baz"},
Loading