File tree Expand file tree Collapse file tree 3 files changed +35
-65
lines changed Expand file tree Collapse file tree 3 files changed +35
-65
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : molecule lint
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - develop
7
+ - feature/*
8
+ jobs :
9
+ lint :
10
+ runs-on : ubuntu-latest
11
+ strategy :
12
+ fail-fast : false
13
+ steps :
14
+ - name : checkout
15
+ uses : actions/checkout@v2
16
+ with :
17
+ path : " ${{ github.repository }}"
18
+ - name : Molecule for Ansible - lint
19
+ uses :
MonolithProjects/[email protected]
20
+ with :
21
+ molecule_command : lint
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ - develop
8
+ - feature/*
7
9
schedule :
8
10
- cron : ' 0 6 * * 0'
9
11
jobs :
17
19
with :
18
20
path : " ${{ github.repository }}"
19
21
- name : Molecule for Ansible
20
- uses : MonolithProjects/action-molecule@v1.3 .0
22
+ uses : MonolithProjects/action-molecule@v1.4 .0
21
23
env :
22
- PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
24
+ PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
25
+ with :
26
+ molecule_command : test
27
+ scenario : organization
28
+ - name : Molecule for Ansible - converge organizations tag uninstall
29
+ uses :
MonolithProjects/[email protected]
30
+ env :
31
+ PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
32
+ with :
33
+ molecule_command : test
34
+ scenario : organization
You can’t perform that action at this time.
0 commit comments