clightning4j / JRPClightning

:zap: Java framework for C-Lightning to work with the RPC interface, and also the library simplifies the work to develop custom plugins with Java, Kotlin, and all the languages that supports the Java dependencies :zap:
https://clightning4j.github.io/JRPClightning/
GNU General Public License v2.0
16 stars 9 forks source link

Adding in the Github actions the rule tu run all the test on the PR #47

Closed vincenzopalazzo closed 3 years ago

vincenzopalazzo commented 3 years ago

At the moment the PR is not checked with GitHub action. We need to add the propriety pull_request to the YAML file

Example:

on: [push, pull_request] instant of on: push

P.S: All the files, but not the file where we create a new release on the maven repository

vincenzopalazzo commented 3 years ago

an example can be https://github.com/dart-lightning/clightning.dart/blob/main/.github/workflows/build.yml#L3