cd ..
ls -l
This commit is contained in:
parent
0fc2bff67a
commit
02456de52e
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "Current directory:"
|
echo "Current directory:"
|
||||||
pwd
|
pwd
|
||||||
|
cd ..
|
||||||
|
ls -l
|
||||||
|
cd ..
|
||||||
ls -l
|
ls -l
|
||||||
npm run lint
|
npm run lint
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
|
Loading…
Reference in a new issue