Skip to content

Instantly share code, notes, and snippets.

@zackferrofields
Last active March 20, 2017 18:03
Show Gist options
  • Save zackferrofields/2db57f64ca84defe9d8c7b52c0b6e076 to your computer and use it in GitHub Desktop.
Save zackferrofields/2db57f64ca84defe9d8c7b52c0b6e076 to your computer and use it in GitHub Desktop.
Lambci yarn test
module.exports = {
cmd: 'nave use 7 bash -c "sh lambci_test.sh"'
}
#!/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