image for running jest tests on gitlab. based on node:alpine and has git, openssh-client installed.
1.9K
image for running jest tests on gitlab. based on node:alpine and has git, openssh-client installed. known_hosts: gitlab.com, github.com
to run jest test use the following script in .gitlab-ci.yml:
- eval $(ssh-agent)
- echo "$SSH_PRIVATE_KEY" | ssh-add -
- yarn install
- yarn test
Content type
Image
Digest
sha256:036c3c061…
Size
48.3 MB
Last updated
over 3 years ago
docker pull bladerunner2020/gitlab-ci-node-base