Skip to content

Commit

Permalink
使用sudo执行命令
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Jan 6, 2024
1 parent 23ac02c commit 28001cc
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 &
pldd $(ps -ef | grep node | grep -v grep | awk '{print $2}') || true
sudo 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 28001cc

Please sign in to comment.