cd /run/act/actions/docker-setup-qemu-action@v3
This commit is contained in:
parent
08e24b1567
commit
243cd1ec35
1 changed files with 2 additions and 5 deletions
|
@ -38,12 +38,9 @@ jobs:
|
|||
run: |
|
||||
echo "Current directory:"
|
||||
pwd
|
||||
find / -name "package.json" 2>/dev/null
|
||||
ls -l
|
||||
cd ..
|
||||
ls -l
|
||||
cd ..
|
||||
cd /run/act/actions/docker-setup-qemu-action@v3
|
||||
ls -l
|
||||
# find / -name "package.json" 2>/dev/null
|
||||
npm run lint
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
Loading…
Reference in a new issue