Full example of using Github Actions with Jest, Vue and Yarn
yarn install
yarn serve
yarn build
yarn test
yarn lint
docker build -t jest-action-test . -f ".github/Dockerfile"
docker run jest-action-test yarn test
docker run jest-action-test yarn lint