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
2 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -278,6 +278,8 @@ windows 1809 compile tests:
parallel: null
script:
- go test -count=1 --tags=integration,kubernetes -run=nope ./...
- go test -count=1 --tags=integration,steps -run=nope ./...
- go test -count=1 --tags=integration -run=nope ./...
- go test -count=1 -run=nope ./...
windows 21H2 compile tests:
@@ -288,6 +290,8 @@ windows 21H2 compile tests:
parallel: null
script:
- go test -count=1 --tags=integration,kubernetes -run=nope ./...
- go test -count=1 --tags=integration,steps -run=nope ./...
- go test -count=1 --tags=integration -run=nope ./...
- go test -count=1 -run=nope ./...
# Only test the oldest supported version in merge requests,
Loading