workflows: remove testing stuff

This commit is contained in:
Dawid Dziurla 2020-03-21 21:30:03 +01:00
parent 3b5446324b
commit 202f288245
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -5,8 +5,6 @@ on: push
jobs:
test:
runs-on: ubuntu-latest
container:
image: alpine
services:
alpine:
image: dawidd6/alpine-for-ansible
@ -15,13 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: |
apk -U add openssh
mkdir -p ~/.ssh
echo "${{secrets.SSH_PRIVATE_KEY}}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh -v -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no user@alpine exit
- name: Run
uses: ./
with: