Skip to content

Fixing the path for JSONRPC examples and adding client to be built in… #442

Fixing the path for JSONRPC examples and adding client to be built in…

Fixing the path for JSONRPC examples and adding client to be built in… #442

name: Build ThunderNanoServices on Linux
on:
workflow_dispatch:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@master
ThunderInterfaces:
needs: Thunder
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master
ThunderNanoServices:
needs: ThunderInterfaces
uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@master