Test
This commit is contained in:
@@ -45,7 +45,10 @@ runs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ inputs.nodeVersion }}
|
node-version: ${{ inputs.nodeVersion }}
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: npm ci
|
run: |
|
||||||
|
ls -al
|
||||||
|
echo --------------------------------------------
|
||||||
|
npm ci
|
||||||
working-directory: ${{ inputs.workingDirectory }}
|
working-directory: ${{ inputs.workingDirectory }}
|
||||||
shell: bash
|
shell: bash
|
||||||
# - name: "Run tests"
|
# - name: "Run tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user