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

This commit is contained in:
Robin Grenzdörfer 2023-12-16 21:25:58 +00:00
parent dc5456124e
commit 22f37ab5d0

View File

@ -28,6 +28,18 @@ jobs:
with:
entrypoint: /usr/local/bin/node
args: -v
- name: container within a step
uses: docker://node:20-alpine3.19
with:
entrypoint: /usr/local/bin/node
args: -p 2 + 3
- name: log node version
uses: docker://node:20-alpine3.19
with:
entrypoint: /usr/local/bin/node
args: -v
- name: Validate container status
run: |
echo "Listing all running containers..."