Test ls
This commit is contained in:
parent
070623ec04
commit
8f71328c78
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
@ -27,7 +27,9 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
- name: Install
|
- name: Install
|
||||||
run: npm ci
|
run: |
|
||||||
|
ls -la
|
||||||
|
npm ci
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
- name: Tests
|
- name: Tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user