Skip to content

Commit 56241d7

Browse files
committed
CI: remove dependency on build-test.sh script
1 parent a3d5323 commit 56241d7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ci/pipelines/stemcells-windows.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,14 @@ jobs:
661661
- name: bosh-windows-acceptance-tests
662662
platform: linux
663663
run:
664-
path: "bosh-windows-acceptance-tests/bin/build-test.sh"
664+
path: bash
665+
args:
666+
- "-c"
667+
- |
668+
set -eu -o pipefail
669+
set -x
670+
cd bosh-windows-acceptance-tests
671+
go test -c
665672
- put: bosh-windows-acceptance-tests-src-out
666673
params:
667674
repository: bosh-windows-acceptance-tests-src-out

0 commit comments

Comments
 (0)