File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -171,16 +171,24 @@ jobs:
171171
172172 test :
173173 docker :
174- - image : shimit/mbt_multi:0.3.0
174+ - image : cimg/go:1.21-node
175175 working_directory : ~/go/src/github.com/SAP/cloud-mta-build-tool
176176 steps :
177177 - checkout
178178 - run :
179179 name : install dependencies
180180 command : |
181181 go mod vendor
182+ - run :
183+ name : install cf cli
184+ command : |
185+ curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&&version=8.8.3" | sudo tar -zx -C /usr/local/bin
186+ - run :
187+ name : install MTA cf plugins
188+ command : |
189+ cf install-plugin multiapps -f
182190 - run : cf login -a $CF_API -o $ORG -s $SPACE -u $TECH_USER -p $TECH_PASS
183- # - run: cd integration && go test -tags=integration
191+ - run : cd integration && go test -tags=integration
184192
185193 compliance :
186194 docker :
You can’t perform that action at this time.
0 commit comments