Skip to content

Adapt to new polkadot binaries split #36

Adapt to new polkadot binaries split

Adapt to new polkadot binaries split #36

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
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