Skip to content

Create COPYING

Create COPYING #8

name: unit
on:
push:
branches: [master, main]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
units:
runs-on: ubuntu-22.04
timeout-minutes: 30
name: Units (Ⓐ${{ matrix.ansible }})
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
steps:
- name: Perform testing
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: ${{ matrix.ansible }}
origin-python-version: '3.10'
target-python-version: '3.10'
testing-type: units
test-deps: >-
ansible.netcommon
ansible.utils
community.general