Skip to content

Commit

Permalink
show error on run pldd cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Jan 6, 2024
1 parent 28001cc commit f80490b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f80490b

Please sign in to comment.