test/.metroline.yml

8 lines
120 B
YAML

version: '1'
image: node:12
jobs:
build:
bin: /bin/bash # or simply "bash"
script:
- pwd
- ls -lah