mirror of https://github.com/espruino/BangleApps
add steps that travis CI does to the github actions pipeline
parent
2faa870e7e
commit
df7c92080f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue