mirror of https://github.com/espruino/BangleApps
remove unnecessary steps from github actions
parent
016a0c89ea
commit
e6d23cbc7e
|
@ -21,12 +21,6 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: install testing dependencies
|
- name: install testing dependencies
|
||||||
run: npm i
|
run: npm i
|
||||||
- name: list content of folders
|
|
||||||
run: ls -l
|
|
||||||
- name: list content of folders 2
|
|
||||||
run: ls -l ./core
|
|
||||||
- name: list content of folders 3
|
|
||||||
run: ls -l ./core/lib
|
|
||||||
- name: test all apps and widgets
|
- name: test all apps and widgets
|
||||||
run: npm run test
|
run: npm run test
|
||||||
- name: install typescript dependencies
|
- name: install typescript dependencies
|
||||||
|
|
Loading…
Reference in New Issue