From 072cab55261a1246f71a399f18bd92d646f97bc8 Mon Sep 17 00:00:00 2001 From: nomi-nonsz Date: Sun, 8 Feb 2026 22:43:49 +0700 Subject: [PATCH] test 3 --- .gitea/workflows/test.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index eb052ce..51db3ca 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -14,9 +14,6 @@ jobs: image: node:20 steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Check version run: node -v @@ -26,13 +23,13 @@ jobs: test2: runs-on: ubuntu-latest + container: + image: node:20 + volumes: - test-volume:/mnt/test steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Check directory run: pwd