From 16a2122629466cdc94d01a7ee17daf59b802aa26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27rysiek=27=20Wo=C5=BAniak?= Date: Sun, 11 Dec 2022 21:57:39 +0000 Subject: [PATCH] cli: .gitlab-ci.yml updated for running deno tests (ref. #66) --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0cb5f1..9c6c839 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,15 @@ libresilient-test: tags: - docker - linux + +lrcli-test: + image: deno:1.28.3 + stage: test + script: + - deno test --quiet --allow-read --import-map=__denotests__/importmap.json __denotests__/ + tags: + - docker + - linux stages: - test