From 8916f8fa2167abad24cfdd2a9e305160d83a6958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Wed, 28 Apr 2021 16:49:16 +0200 Subject: feature: add sensor configuration --- .github/workflows/pr.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.github') 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: branches: - master jobs: - build: + molecule_default: runs-on: ubuntu-latest strategy: max-parallel: 4 @@ -31,3 +31,12 @@ jobs: env: MOLECULE_OS: ${{ matrix.molecule-os }} MOLECULE_NETDATA_INSTALLER: ${{ matrix.netdata-installer }} + molecule_features: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + path: "${{ github.repository }}" + - uses: gofrolist/molecule-action@v2 + with: + molecule_args: --scenario-name features -- cgit v1.2.3