CI - add typescript unit tests job

This commit is contained in:
Sam 2021-09-21 10:32:05 +02:00
parent 3ac6316b2d
commit 2c61b7605a

View File

@ -53,6 +53,16 @@ python-3.10:
extends: .python
image: python:3.10
typescript:
stage: tests
before_script:
- apt-get update && apt-get install -y nodejs npm
- npm install --global yarn
- cd fittrackee_client
- yarn install
script:
- yarn test:unit
firefox:
stage: selenium
services: