Skip to content

Bump prometheus exporter version aka https://github.com/IDR/deploymen… #192

Bump prometheus exporter version aka https://github.com/IDR/deploymen…

Bump prometheus exporter version aka https://github.com/IDR/deploymen… #192

Workflow file for this run

---
name: Molecule
# yamllint disable-line rule:truthy
on:
push:
pull_request:
jobs:
list-scenarios:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.listscenarios.outputs.scenarios }}
steps:
- uses: actions/checkout@v2
- id: listscenarios
uses: ome/action-ansible-molecule-list-scenarios@main
test:
name: Test
needs:
- list-scenarios
runs-on: ubuntu-20.04
strategy:
# Keep running so we can see if other tests pass
fail-fast: false
matrix:
scenario: ${{fromJson(needs.list-scenarios.outputs.matrix)}}
steps:
- uses: actions/checkout@v2
- uses: ome/action-ome-ansible-molecule@main
with:
scenario: ${{ matrix.scenario }}