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: |
|
run: |
|
||||||
echo "Current directory:"
|
echo "Current directory:"
|
||||||
pwd
|
pwd
|
||||||
find / -name "package.json" 2>/dev/null
|
cd /run/act/actions/docker-setup-qemu-action@v3
|
||||||
ls -l
|
|
||||||
cd ..
|
|
||||||
ls -l
|
|
||||||
cd ..
|
|
||||||
ls -l
|
ls -l
|
||||||
|
# find / -name "package.json" 2>/dev/null
|
||||||
npm run lint
|
npm run lint
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|
Loading…
Reference in a new issue