1
0
Fork 0

add some debugging logs as to why the module cant be found in the pipeline, but locally

master
Sebastian Di Luzio 2022-01-20 21:55:20 +01:00
parent f869b53730
commit 455c89cbec
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: install testing dependencies
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
run: npm run test
- name: install typescript dependencies