workflows: test

This commit is contained in:
Dawid Dziurla 2020-03-21 20:43:33 +01:00
parent efea786a0b
commit 39127c75f7
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -20,8 +20,8 @@ jobs:
apk -U add openssh apk -U add openssh
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{secrets.SSH_PRIVATE_KEY}}" > ~/.ssh/id_rsa echo "${{secrets.SSH_PRIVATE_KEY}}" > ~/.ssh/id_rsa
chmod 400 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa
ssh -o StrictHostKeyChecking=no alpine exit ssh -v -o StrictHostKeyChecking=no alpine exit
- name: Run - name: Run
uses: ./ uses: ./
with: with: