diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 58d8471..3555b31 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -135,7 +135,7 @@ jobs: image: test-image:latest run: | node src/app.js & - sudo pldd $(ps -ef | grep node | grep -v grep | awk '{print $2}') || true + pldd $(ps -ef | grep node | grep -v grep | awk '{print $2}') || true - name: Build and push core uses: docker/build-push-action@v3 with: