File tree Expand file tree Collapse file tree 1 file changed +24
-20
lines changed Expand file tree Collapse file tree 1 file changed +24
-20
lines changed Original file line number Diff line number Diff line change 14
14
- cron : ' 0 6 * * 0'
15
15
workflow_dispatch :
16
16
17
+ env :
18
+ MOLECULE_DOCKER_VOLUMES : rw
19
+ MOLECULE_DOCKER_CGROUPS_MODE : host
20
+
17
21
jobs :
18
22
repo :
19
23
name : Test Repo Runner
20
24
environment :
21
25
name : test
22
- runs-on : ubuntu-20 .04
26
+ runs-on : ubuntu-22 .04
23
27
strategy :
24
28
max-parallel : 3
25
29
fail-fast : false
@@ -52,22 +56,22 @@ jobs:
52
56
molecule_command : test
53
57
scenario : repo
54
58
55
- org :
56
- name : Test Org Runner
57
- environment :
58
- name : test
59
- runs-on : ubuntu-20.04
60
- strategy :
61
- fail-fast : false
62
- steps :
63
- - name : checkout
64
- uses : actions/checkout@v3
65
- with :
66
- path : " ${{ github.repository }}"
67
- - name : Molecule for Ansible - GHR Organization
68
- uses : MonolithProjects/action-molecule@v1.5.0
69
- env :
70
- PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
71
- with :
72
- molecule_command : test
73
- scenario : org
59
+ # org:
60
+ # name: Test Org Runner
61
+ # environment:
62
+ # name: test
63
+ # runs-on: ubuntu-20.04
64
+ # strategy:
65
+ # fail-fast: false
66
+ # steps:
67
+ # - name: checkout
68
+ # uses: actions/checkout@v3
69
+ # with:
70
+ # path: "${{ github.repository }}"
71
+ # - name: Molecule for Ansible - GHR Organization
72
+ # uses: MonolithProjects/action-molecule@v1.5.0
73
+ # env:
74
+ # PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
75
+ # with:
76
+ # molecule_command: test
77
+ # scenario: org
You can’t perform that action at this time.
0 commit comments