You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Test with latest node version
image: node:latest
# Cache dependencies
cache:
paths:
- node_modules/
# Run unit tests
test:
script:
# Install
- yarn
# Run Jest in CI mode
- yarn test --ci
Can a CI of some sort be added?
Perhaps something like this?
Source: https://dev.to/shelob9/gitlab-ci-for-a-typescript-project-bootstrapped-with-tsdx-4nle
The text was updated successfully, but these errors were encountered: