Skip to content

Commit 3903643

Browse files
ci debug added docker version to see if it lives in container
1 parent bdd4eba commit 3903643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
fetch-depth: 0
5555
- name: Make repo safe
5656
run: git config --global --add safe.directory /__w/SOARCA/SOARCA
57-
- name: Get docker binary
58-
uses: docker/setup-qemu-action@v3
5957
- name: Install swaggo
6058
run: go install github.com/swaggo/swag/cmd/swag@latest
6159
- name: Run tests
6260
run: |
61+
set -x
6362
apt update
6463
apt install openssh-server -y
64+
docker version
6565
useradd sshtest
6666
echo "sshtest:pdKY77qNxpI5MAizirtjCVOcm0KFKIs" | chpasswd
6767
service ssh start

0 commit comments

Comments
 (0)