From 3e8a8727a686e6b2576a0f6718b93201921ef04c Mon Sep 17 00:00:00 2001 From: jp Date: Wed, 8 May 2024 12:05:02 +0200 Subject: [PATCH] move of step in ci --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26f619eb..dad4911f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,10 +54,11 @@ jobs: fetch-depth: 0 - name: Make repo safe run: git config --global --add safe.directory /__w/SOARCA/SOARCA + - name: Get docker binary + uses: docker-practice/actions-setup-docker@master - name: Install swaggo run: go install github.com/swaggo/swag/cmd/swag@latest - name: Run tests - uses: docker-practice/actions-setup-docker@master run: | apt update apt install openssh-server -y