Skip to content

Instantly share code, notes, and snippets.

View bradseefeld's full-sized avatar

Brad Seefeld bradseefeld

View GitHub Profile
- type: parallel
steps:
- name: tests_unit
service: image2
command: yarn test
- name: tests_e2e
service: image2
command: yarn functional
app:
build:
image: image1
dockerfile: Dockerfile
cached: true
app-test:
build:
image: image2
dockerfile: Dockerfile.test
cached: true