test
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 12s
deploy to production / deploy (push) Failing after 1m13s

This commit is contained in:
Robin Grenzdörfer 2023-12-16 21:23:08 +00:00
parent ab98301975
commit dc5456124e

View File

@ -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