Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save barbagrigia/12d2083082f50481c45730cdf7cfdc4b to your computer and use it in GitHub Desktop.
Save barbagrigia/12d2083082f50481c45730cdf7cfdc4b to your computer and use it in GitHub Desktop.
#!/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