Last active
March 20, 2017 18:03
-
-
Save zackferrofields/2db57f64ca84defe9d8c7b52c0b6e076 to your computer and use it in GitHub Desktop.
Lambci yarn test
This file contains hidden or 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
module.exports = { | |
cmd: 'nave use 7 bash -c "sh lambci_test.sh"' | |
} |
This file contains hidden or 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
#!/bin/bash | |
touch ~/.bashrc | |
curl -o- -L https://yarnpkg.com/install.sh | bash | |
source ~/.bashrc | |
yarn install | |
yarn test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment