diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2021-11-03 10:33:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 10:33:24 +0100 |
commit | 9f55450f44645d9479bdbb2b9209c566f26e4d10 (patch) | |
tree | 80131ed79f1b6233db736dfc223d7dfa2de73207 /.github/workflows/pr.yml | |
parent | d533407af1f4e5d55bb778fabf4b9b0d9bb1ed56 (diff) | |
parent | ffadb834d15c8bff62cb4133d5b5156e5dfef55b (diff) | |
download | ansible-netdata_straight-9f55450f44645d9479bdbb2b9209c566f26e4d10.tar.gz ansible-netdata_straight-9f55450f44645d9479bdbb2b9209c566f26e4d10.tar.zst ansible-netdata_straight-9f55450f44645d9479bdbb2b9209c566f26e4d10.zip |
Merge pull request #2 from fretlink/add_config
Add configuration for sensors
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 | ||