Created
September 25, 2019 18:22
-
-
Save ekpangmichael/22791c35b8274edf24adf8c2d8202591 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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