diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dabadbe..f6542da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,6 +108,10 @@ jobs: name: Inspect run: | docker buildx imagetools inspect localhost:5000/name/app:latest --format '{{json .}}' + - + name: PS + run: | + sudo ps -aef --forest build-macos: runs-on: macos-latest