run: ls
This commit is contained in:
parent
351b090de7
commit
43d680b56b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ jobs:
|
||||||
buildkitd-flags: '--allow-insecure-entitlement network.host'
|
buildkitd-flags: '--allow-insecure-entitlement network.host'
|
||||||
driver-opts: network=host
|
driver-opts: network=host
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ng lint
|
run: ls
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue