test
This commit is contained in:
parent
dc5456124e
commit
22f37ab5d0
@ -28,6 +28,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
entrypoint: /usr/local/bin/node
|
entrypoint: /usr/local/bin/node
|
||||||
args: -v
|
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
|
- name: Validate container status
|
||||||
run: |
|
run: |
|
||||||
echo "Listing all running containers..."
|
echo "Listing all running containers..."
|
||||||
|
Loading…
Reference in New Issue
Block a user