Skip to content

Instantly share code, notes, and snippets.

@TimoGlastra
Created November 28, 2018 22:05
Show Gist options
  • Save TimoGlastra/2495520b9084795ec2ad7fa0aabee6fd to your computer and use it in GitHub Desktop.
Save TimoGlastra/2495520b9084795ec2ad7fa0aabee6fd to your computer and use it in GitHub Desktop.
unit:
image: node:10.10
stage: test
tags:
- docker
before_script:
- apt-get update -qq && apt-get install
- yarn config set cache-folder .yarn
- yarn install
script:
- yarn test:jest
coverage: /All files\s*\|\s*([\d\.]+)/
cache:
paths:
- node_modules/
- .yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment