test
This commit is contained in:
parent
ab98301975
commit
dc5456124e
@ -28,6 +28,13 @@ jobs:
|
||||
with:
|
||||
entrypoint: /usr/local/bin/node
|
||||
args: -v
|
||||
- name: Validate container status
|
||||
run: |
|
||||
echo "Listing all running containers..."
|
||||
docker ps
|
||||
echo "Checking if specific containers are still running..."
|
||||
docker ps | grep node:20-alpine3.19
|
||||
|
||||
deploy:
|
||||
name: deploy
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user