diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-04-28 16:49:16 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-04-28 17:01:14 +0200 |
commit | 8916f8fa2167abad24cfdd2a9e305160d83a6958 (patch) | |
tree | 4ca417c914c3a84cd6ddeb30158a7ae4746ddb54 /.github/workflows | |
parent | 0b423e4532da6a8e65b0cc5de00fe786c82d5013 (diff) | |
download | ansible-netdata_straight-8916f8fa2167abad24cfdd2a9e305160d83a6958.tar.gz ansible-netdata_straight-8916f8fa2167abad24cfdd2a9e305160d83a6958.tar.zst ansible-netdata_straight-8916f8fa2167abad24cfdd2a9e305160d83a6958.zip |
feature: add sensor configuration
Diffstat (limited to '.github/workflows')
-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 | ||