Skip to content

Commit ba694bd

Browse files
Parallel jobs
1 parent ee18522 commit ba694bd

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
schedule:
1212
- cron: '0 6 * * 0'
1313
jobs:
14-
test:
14+
repo:
15+
name: Test Repo Runner
1516
runs-on: ubuntu-18.04
1617
strategy:
1718
fail-fast: true
@@ -26,6 +27,16 @@ jobs:
2627
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2728
with:
2829
molecule_command: test
30+
org:
31+
name: Test Org Runner
32+
runs-on: ubuntu-18.04
33+
strategy:
34+
fail-fast: true
35+
steps:
36+
- name: checkout
37+
uses: actions/checkout@v2
38+
with:
39+
path: "${{ github.repository }}"
2940
- name: Molecule for Ansible - GHR Organization
3041
uses: MonolithProjects/[email protected]
3142
env:

0 commit comments

Comments
 (0)