Skip to content

ryanlitalien/jest-action-test

Repository files navigation

jest-action-test

Full example of using Github Actions with Jest, Vue and Yarn

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your (unit) tests

yarn test

Lints and fixes files

yarn lint

Docker

To build

docker build -t jest-action-test . -f ".github/Dockerfile"

To run

docker run jest-action-test yarn test
docker run jest-action-test yarn lint

About

Example use of Github Action "jest-action"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published