This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

ci(typescript): test that importing built library works in vanilla node environment

+6
+6
.gitlab-ci.yml
··· 40 40 exit 1 41 41 fi 42 42 done 43 + - | 44 + mkdir -p testarea; cd testarea 45 + npm init 46 + npm add -S git+$CI_PROJECT_URL#$CI_COMMIT_HASH 47 + echo "import * as notella from '@inp-net/notella'; console.log(notella)" > index.js 48 + node index.js 43 49 44 50 test:up-to-date-prisma-schema: 45 51 image: registry.inpt.fr/inp-net/images/go-just:1.23.5-1.39.0