mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-26 20:30:59 +01:00
ci: re-enable the compilation workflow
This enable again the compilation workflow and add the dependencies to the pre-check Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
parent
85992e6e48
commit
1b6f3d687f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci_build.yml
vendored
5
.github/workflows/ci_build.yml
vendored
|
@ -11,6 +11,11 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- { OS: alpine }
|
- { OS: alpine }
|
||||||
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: [Pre-build checks]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Integration testing
|
- name: Integration testing
|
||||||
|
|
Loading…
Add table
Reference in a new issue