Skip to content

Commit

Permalink
ci ohter command
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed May 8, 2024
1 parent 5cb9723 commit 4c98bfd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,15 @@ jobs:
run: git config --global --add safe.directory /__w/SOARCA/SOARCA
- name: Install swaggo
run: go install github.com/swaggo/swag/cmd/swag@latest
- name: Install docker
uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- name: Start dokcer httpbin containers
run: docker compose -f "docker/testing/httpbin-test/docker-compose.yml" up -d
- name: Run tests
run: |
set -x
apt update
apt install openssh-server -y
docker version
useradd sshtest
echo "sshtest:pdKY77qNxpI5MAizirtjCVOcm0KFKIs" | chpasswd
service ssh start
docker compose -f docker/testing/httpbin-test/docker-compose.yml up -d
make ci-test

0 comments on commit 4c98bfd

Please sign in to comment.