Skip to content

Commit

Permalink
move of step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed May 8, 2024
1 parent bc7a11e commit 3e8a872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e8a872

Please sign in to comment.