Adapt to new polkadot binaries split #12
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ws_health_exporter role | ||
on: | ||
pull_request: | ||
paths: | ||
- roles/ws_health_exporter/** | ||
- .github/** | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- roles/ws_health_exporter/** | ||
- .github/** | ||
jobs: | ||
call-workflow-molecule-with-lxd: | ||
uses: ./.github/workflows/molecule.yml | ||
Check failure on line 17 in .github/workflows/ws-health-exporter.yml GitHub Actions / ws_health_exporter roleInvalid workflow file
|
||
with: | ||
role-path: roles/ws_health_exporter | ||
molecule-driver: lxd | ||
call-workflow-molecule-with-docker: | ||
uses: ./.github/workflows/molecule.yml | ||
with: | ||
role-path: roles/ws_health_exporter | ||
molecule-driver: docker |