cli: .gitlab-ci.yml updated for running deno tests (ref. #66)

merge-requests/23/head
Michał 'rysiek' Woźniak 2022-12-11 21:57:39 +00:00
rodzic 011c720b2d
commit 16a2122629
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -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