Skip to content

Commit

Permalink
added a docker installer to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed May 8, 2024
1 parent e5def20 commit 8e25c8a
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 @@ -52,6 +52,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- name: Make repo safe
run: git config --global --add safe.directory /__w/SOARCA/SOARCA
- name: Install swaggo
Expand All @@ -65,4 +67,3 @@ jobs:
service ssh start
docker compose -f docker/testing/httpbin-test/docker-compose.yml up -d
make ci-test

0 comments on commit 8e25c8a

Please sign in to comment.