Skip to content

Commit

Permalink
ci debug added docker version to see if it lives in container
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed May 8, 2024
1 parent bdd4eba commit 3903643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
fetch-depth: 0
- name: Make repo safe
run: git config --global --add safe.directory /__w/SOARCA/SOARCA
- name: Get docker binary
uses: docker/setup-qemu-action@v3
- name: Install swaggo
run: go install github.com/swaggo/swag/cmd/swag@latest
- name: Run tests
run: |
set -x
apt update
apt install openssh-server -y
docker version
useradd sshtest
echo "sshtest:pdKY77qNxpI5MAizirtjCVOcm0KFKIs" | chpasswd
service ssh start
Expand Down

0 comments on commit 3903643

Please sign in to comment.