workflows: test

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

View File

@ -21,7 +21,7 @@ jobs:
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{secrets.SSH_PRIVATE_KEY}}" > ~/.ssh/id_rsa echo "${{secrets.SSH_PRIVATE_KEY}}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa
ssh -v -o StrictHostKeyChecking=no alpine exit ssh -v -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no user@alpine exit
- name: Run - name: Run
uses: ./ uses: ./
with: with: