From aa106310ea65abe5f03dd719cf7c8a4842cc8d12 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sat, 11 Oct 2025 22:36:45 +0000 Subject: [PATCH] [deploy-opentofu] [deploy-opentofu] --- .gitea/workflows/ci-test.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 5d8d272..df96e70 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -35,6 +35,11 @@ jobs: run: | apt-get update -y + - name: Install setup + run: | + apt install -y curl jq + curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && + - name: Cloning iac repository uses: actions/checkout@v4 with: @@ -61,10 +66,6 @@ jobs: - name: Install dante-server run: | apt-get install -y dante-server openssl libssl1.1 - apt install -y curl jq - curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && - #npm install open@8.4.0 string-width@4.2.3 - #npm install --force -g @bitwarden/cli - name: Configure dante-server