Skip to content

fix(workflow): tests integration #83

fix(workflow): tests integration

fix(workflow): tests integration #83

name: sanity
on:
pull_request:
push:
branches:
- main
# schedule:
# - cron: '0 6 * * *'
workflow_dispatch:
jobs:
sanity_29:
timeout-minutes: 60
name: Sanity (Ⓐ$${{ matrix.ansible }})
strategy:
matrix:
ansible:
- stable-2.9
runs-on: ubuntu-latest
steps:
- name: Perform testing
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: ${{ matrix.ansible }}
origin-python-version: 3.8
target-python-version: 3.8
testing-type: sanity
sanity:
timeout-minutes: 30
name: Sanity (Ⓐ$${{ matrix.ansible }})
strategy:
matrix:
ansible:
- stable-2.10
- stable-2.11
- stable-2.12
- stable-2.13
- devel
runs-on: ubuntu-latest
steps:
- name: Perform testing
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: ${{ matrix.ansible }}
origin-python-version: 3.9
target-python-version: 3.9
testing-type: sanity