-
-
Save barbagrigia/12d2083082f50481c45730cdf7cfdc4b to your computer and use it in GitHub Desktop.
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 | |
docker run --rm --name test-container -v $(pwd):/home/circleci/codesandbox-client -w /home/circleci/codesandbox-client -d -t codesandbox/node-puppeteer yarn start:test && \ | |
sleep 6 && docker exec -it test-container yarn test:integrations && \ | |
docker stop test-container |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment