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-dependency-path: '**/package-lock.json'
|
||||
- name: Install
|
||||
run: npm ci
|
||||
run: |
|
||||
ls -la
|
||||
npm ci
|
||||
- name: Build
|
||||
run: npm run build --if-present
|
||||
- name: Tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user