CI - add typescript unit tests job
This commit is contained in:
@@ -53,6 +53,16 @@ python-3.10:
|
|||||||
extends: .python
|
extends: .python
|
||||||
image: python:3.10
|
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:
|
firefox:
|
||||||
stage: selenium
|
stage: selenium
|
||||||
services:
|
services:
|
||||||
|
Reference in New Issue
Block a user