X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Fpr.yml;h=36a66a1418e18d0e2b77efbbe9caeb0567b19e42;hb=51a5caaf6cffe2a422e4e918ac278d7b5ffe35dd;hp=42a6a4e8e1476633fa8391985927f6db577b21fd;hpb=d6d36322e71c29c9cd8b8619ce55f32aedaf1ae4;p=github%2Ffretlink%2Fansible-netdata_straight.git diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 42a6a4e..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 @@ -17,6 +17,8 @@ jobs: - ubuntu:18.04 - ubuntu:20.04 - debian:10 + - centos:8 + - fedora:latest netdata-installer: - kickstart - kickstart-static64 @@ -29,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