Skip to content

Commit

Permalink
修改测试docker命令
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Jan 5, 2024
1 parent 9fcd3bf commit acead14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:
with:
image: test-image:latest
run: |
ps -ef | grep node
node src/app.js &
pldd $(ps -ef | grep node | grep -v grep | awk '{print $2}')
- name: Build and push core
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit acead14

Please sign in to comment.