test
This commit is contained in:
parent
dc5456124e
commit
22f37ab5d0
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user