1
0
Fork 0

add steps that travis CI does to the github actions pipeline

master
Sebastian Di Luzio 2022-01-20 21:34:28 +01:00
parent 2faa870e7e
commit df7c92080f
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@ jobs:
- name: build all TS apps and widgets - name: build all TS apps and widgets
working-directory: ./typescript working-directory: ./typescript
run: npm run build run: npm run build
- name: install testing dependencies
run: npm i
- name: test all apps and widgets
run: npm run test