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