mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-10 05:33:29 +01:00
18 lines
479 B
YAML
18 lines
479 B
YAML
name: Run tests on Debian buster (10)
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
# Important: This sets up your GITHUB_WORKSPACE environment variable
|
|
- name: checkout PR
|
|
uses: actions/checkout@v2
|
|
|
|
- name: ansible check with debian:buster (10)
|
|
uses: roles-ansible/check-ansible-debian-buster-action@master
|
|
with:
|
|
group: local
|
|
hosts: localhost
|
|
targets: "tests/tests_*.yml"
|