CI - add typescript unit tests job
This commit is contained in:
parent
3ac6316b2d
commit
2c61b7605a
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user