Skip to content

Instantly share code, notes, and snippets.

@pvhee
Created January 30, 2019 16:13
Show Gist options
  • Save pvhee/8d52927add43f632fee3bc7dbcbb290d to your computer and use it in GitHub Desktop.
Save pvhee/8d52927add43f632fee3bc7dbcbb290d to your computer and use it in GitHub Desktop.
---
platform: linux
image_resource:
type: docker-image
source: {repository: cypress/base, tag: "8"}
inputs:
- name: repository
path: repository
- name: build-tools
path: build-tools
caches:
- path: build-tools/node_modules
run:
path: sh
args:
- -c
- |
./scripts/cypress/cypress.sh
dir: build-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment