diff options
Diffstat (limited to '.github/workflows/pr.yml')
-rw-r--r-- | .github/workflows/pr.yml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index dfd5489..36a66a1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml | |||
@@ -8,7 +8,7 @@ on: | |||
8 | branches: | 8 | branches: |
9 | - master | 9 | - master |
10 | jobs: | 10 | jobs: |
11 | build: | 11 | molecule_default: |
12 | runs-on: ubuntu-latest | 12 | runs-on: ubuntu-latest |
13 | strategy: | 13 | strategy: |
14 | max-parallel: 4 | 14 | max-parallel: 4 |
@@ -31,3 +31,12 @@ jobs: | |||
31 | env: | 31 | env: |
32 | MOLECULE_OS: ${{ matrix.molecule-os }} | 32 | MOLECULE_OS: ${{ matrix.molecule-os }} |
33 | MOLECULE_NETDATA_INSTALLER: ${{ matrix.netdata-installer }} | 33 | MOLECULE_NETDATA_INSTALLER: ${{ matrix.netdata-installer }} |
34 | molecule_features: | ||
35 | runs-on: ubuntu-latest | ||
36 | steps: | ||
37 | - uses: actions/checkout@v2 | ||
38 | with: | ||
39 | path: "${{ github.repository }}" | ||
40 | - uses: gofrolist/molecule-action@v2 | ||
41 | with: | ||
42 | molecule_args: --scenario-name features | ||