Skip to content

Rename ansible-galaxy to ansible-polkadot #42

Rename ansible-galaxy to ansible-polkadot

Rename ansible-galaxy to ansible-polkadot #42

name: check PR (state_exporter)
on:
pull_request:
paths:
- roles/state_exporter/**
- .github/**
jobs:
run-molecule-tests:
strategy:
fail-fast: false
matrix:
molecule-driver: [docker]
uses: ./.github/workflows/reusable-molecule.yml
with:
role-name: state_exporter
molecule-driver: ${{ matrix.molecule-driver }}