Adapt to new polkadot binaries split #28
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: node role | ||
on: | ||
pull_request: | ||
paths: | ||
- roles/node/** | ||
- .github/** | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- roles/node/** | ||
- .github/** | ||
jobs: | ||
call-workflow-molecule-with-lxd: | ||
uses: ./.github/workflows/molecule.yml | ||
Check failure on line 17 in .github/workflows/node.yml GitHub Actions / node roleInvalid workflow file
|
||
with: | ||
role-path: roles/node | ||
molecule-driver: lxd | ||
call-workflow-molecule-with-docker: | ||
uses: ./.github/workflows/molecule.yml | ||
with: | ||
role-path: roles/node | ||
molecule-driver: docker |