test
This commit is contained in:
parent
b427a6d42d
commit
bbfce99547
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "Current directory:"
|
echo "Current directory:"
|
||||||
pwd
|
pwd
|
||||||
cat /run/act/actions/docker-setup-qemu-action@v3/src/main.ts
|
# cat /run/act/actions/docker-setup-qemu-action@v3/src/main.ts
|
||||||
ls -l
|
ls -l
|
||||||
# find / -name "package.json" 2>/dev/null
|
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