Skip to main content
Module

x/effector/.gitlab-ci.yml

Business logic with ease ☄️
Go to Latest
File
image: mhart/alpine-node:9
cache: paths: - node_modules/
stages: - test
test_async: stage: test script: - yarn - yarn run test tags: - docker