forked from ansible-collections/community.digitalocean
-
Notifications
You must be signed in to change notification settings - Fork 0
49 lines (46 loc) · 1.13 KB
/
ansible-test-sanity.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: sanity
on:
pull_request:
types: [ opened, synchronize, reopened ]
push:
branches: [ main ]
schedule:
- cron: '0 6 * * *'
jobs:
sanity_29:
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 }}
# pre-test-cmd:
python-version: 3.8
target-python-version: 3.8
testing-type: sanity
# test-deps:
sanity:
name: Sanity (Ⓐ$${{ matrix.ansible }})
strategy:
matrix:
ansible:
- stable-2.10
- stable-2.11
- stable-2.12
- devel
runs-on: ubuntu-latest
steps:
- name: Perform testing
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: ${{ matrix.ansible }}
# pre-test-cmd:
python-version: 3.9
target-python-version: 3.9
testing-type: sanity
# test-deps: