Skip to content

Instantly share code, notes, and snippets.

@ekpangmichael
Created September 25, 2019 18:22
Show Gist options
  • Save ekpangmichael/22791c35b8274edf24adf8c2d8202591 to your computer and use it in GitHub Desktop.
Save ekpangmichael/22791c35b8274edf24adf8c2d8202591 to your computer and use it in GitHub Desktop.
- name: yarn install
run: |
yarn install
- name: yarn test
run: |
yarn test
env:
CI: true
- name: yarn build
run: |
yarn run build --if-present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment