We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd4eba commit 3903643Copy full SHA for 3903643
.github/workflows/ci.yml
@@ -54,14 +54,14 @@ jobs:
54
fetch-depth: 0
55
- name: Make repo safe
56
run: git config --global --add safe.directory /__w/SOARCA/SOARCA
57
- - name: Get docker binary
58
- uses: docker/setup-qemu-action@v3
59
- name: Install swaggo
60
run: go install github.com/swaggo/swag/cmd/swag@latest
61
- name: Run tests
62
run: |
+ set -x
63
apt update
64
apt install openssh-server -y
+ docker version
65
useradd sshtest
66
echo "sshtest:pdKY77qNxpI5MAizirtjCVOcm0KFKIs" | chpasswd
67
service ssh start
0 commit comments