File tree Expand file tree Collapse file tree 1 file changed +32
-32
lines changed Expand file tree Collapse file tree 1 file changed +32
-32
lines changed Original file line number Diff line number Diff line change 15
15
workflow_dispatch :
16
16
17
17
env :
18
- MOLECULE_DOCKER_VOLUMES : rw
19
- MOLECULE_DOCKER_CGROUPS_MODE : host
18
+ MOLECULE_DOCKER_VOLUMES : ro
19
+ MOLECULE_DOCKER_CGROUPS_MODE : private
20
20
21
21
jobs :
22
22
repo :
23
23
name : Test Repo Runner
24
24
environment :
25
25
name : test
26
- runs-on : ubuntu-22 .04
26
+ runs-on : ubuntu-20 .04
27
27
strategy :
28
28
max-parallel : 3
29
29
fail-fast : false
30
30
matrix :
31
31
config :
32
32
- os : " debian10"
33
33
tag : " latest"
34
- # - os: "debian11"
35
- # tag: "latest"
36
- # - os: "fedora37"
37
- # tag: "latest"
38
- # - os: "ubuntu20"
39
- # tag: "latest"
40
- # - os: "ubuntu22"
41
- # tag: "latest"
42
- # - os: "rockylinux8"
43
- # tag: "latest"
34
+ - os : " debian11"
35
+ tag : " latest"
36
+ - os : " fedora37"
37
+ tag : " latest"
38
+ - os : " ubuntu20"
39
+ tag : " latest"
40
+ - os : " ubuntu22"
41
+ tag : " latest"
42
+ - os : " rockylinux8"
43
+ tag : " latest"
44
44
steps :
45
45
- name : checkout
46
46
uses : actions/checkout@v3
@@ -56,22 +56,22 @@ jobs:
56
56
molecule_command : test
57
57
scenario : repo
58
58
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
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