From 22f37ab5d0b8d186b164288162441f4008847040 Mon Sep 17 00:00:00 2001 From: robin Date: Sat, 16 Dec 2023 21:25:58 +0000 Subject: [PATCH] test --- .gitea/workflows/deploy.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 97865f8..c60afc9 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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..."