Skip to content

Commit

Permalink
change usage of docker action to different step
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed May 8, 2024
1 parent f2c8f46 commit bc7a11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker-practice/actions-setup-docker@master
- name: Make repo safe
run: git config --global --add safe.directory /__w/SOARCA/SOARCA
- 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 bc7a11e

Please sign in to comment.