Skip to content

Commit

Permalink
different action ci docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed May 8, 2024
1 parent 48948cc commit 5cb9723
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ jobs:
- 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: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
run: go install github.com/swaggo/swag/cmd/swag@latest
- name: Install docker
uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- name: Run tests
run: |
set -x
Expand Down

0 comments on commit 5cb9723

Please sign in to comment.