mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2024-11-22 15:32:18 +00:00
workflows: remove testing stuff
This commit is contained in:
parent
3b5446324b
commit
202f288245
1 changed files with 0 additions and 9 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue