0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-03 10:49:20 +00:00
renovatebot_renovate/lib/modules/manager/velaci/__fixtures__/.vela-steps.yml
2022-05-16 17:59:20 +00:00

17 lines
340 B
YAML

version: "1"
steps:
- name: go
image: golang:1.13
environment:
CGO_ENABLED: '0'
GOOS: linux
commands:
- go get ./...
- go test ./...
- name: node
image: amd64/node:10.0.0@sha256:5082d4db78ee2d24f72b25eb75537f2e19c49f04a595378d1ae8814d6f2fbf28
commands:
- npm install
- npm test