Skip to content

Instantly share code, notes, and snippets.

View promiseofcake's full-sized avatar

Lucas Kacher promiseofcake

View GitHub Profile
@promiseofcake
promiseofcake / config.yaml
Created April 3, 2020 19:09
Sample Workflow CircleCi
jobs:
build:
docker:
- image: circleci/<language>:<version TAG>
steps:
- checkout
- run: build
test:
docker:
- image: circleci/<language>:<version TAG>