parent
ba5309c1f8
commit
8301028319
|
@ -2,6 +2,7 @@ version: '1.0'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
BuildImage:
|
BuildImage:
|
||||||
|
title: Build Docker image
|
||||||
type: build
|
type: build
|
||||||
image_name: node-bazel-windows
|
image_name: node-bazel-windows
|
||||||
working_directory: ./.codefresh
|
working_directory: ./.codefresh
|
||||||
|
@ -12,7 +13,7 @@ steps:
|
||||||
dockerfile: ./Dockerfile.win-1809
|
dockerfile: ./Dockerfile.win-1809
|
||||||
|
|
||||||
RunTests:
|
RunTests:
|
||||||
title: Run Tests
|
title: Run Bazel tests
|
||||||
image: ${{BuildImage}}
|
image: ${{BuildImage}}
|
||||||
commands:
|
commands:
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
Loading…
Reference in New Issue