Skip to content

Adapt to new polkadot binaries split #28

Adapt to new polkadot binaries split

Adapt to new polkadot binaries split #28

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / node role

Invalid workflow file

The workflow is not valid. In .github/workflows/node.yml (Line: 17, Col: 11): Error from called workflow paritytech/ansible-galaxy/.github/workflows/molecule.yml@46a27aab78e6ca90965f89f228ccd97033e0b8a2 (Line: 34, Col: 11): A sequence was not expected
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