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 1515 workflow_dispatch :
1616
1717env :
18- MOLECULE_DOCKER_VOLUMES : rw
19- MOLECULE_DOCKER_CGROUPS_MODE : host
18+ MOLECULE_DOCKER_VOLUMES : ro
19+ MOLECULE_DOCKER_CGROUPS_MODE : private
2020
2121jobs :
2222 repo :
2323 name : Test Repo Runner
2424 environment :
2525 name : test
26- runs-on : ubuntu-22 .04
26+ runs-on : ubuntu-20 .04
2727 strategy :
2828 max-parallel : 3
2929 fail-fast : false
3030 matrix :
3131 config :
3232 - os : " debian10"
3333 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"
4444 steps :
4545 - name : checkout
4646 uses : actions/checkout@v3
@@ -56,22 +56,22 @@ jobs:
5656 molecule_command : test
5757 scenario : repo
5858
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