workflows: test

This commit is contained in:
Dawid Dziurla 2020-03-21 20:40:39 +01:00
parent 8001e8dd54
commit efea786a0b
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -17,8 +17,11 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Test - name: Test
run: | run: |
ping -c 3 alpine apk -U add openssh
nc -z alpine 22 mkdir -p ~/.ssh
echo "${{secrets.SSH_PRIVATE_KEY}}" > ~/.ssh/id_rsa
chmod 400 ~/.ssh/id_rsa
ssh -o StrictHostKeyChecking=no alpine exit
- name: Run - name: Run
uses: ./ uses: ./
with: with: