Enable CI on test-ci branch
This commit is contained in:
parent
bd128d090b
commit
84035ba91e
@ -6,6 +6,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- test-ci
|
||||||
- release/**
|
- release/**
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -17,12 +18,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Checkout laconicd
|
- name: Checkout laconicd
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
with:
|
# with:
|
||||||
path: "./laconicd/"
|
# path: "./laconicd/"
|
||||||
repository: cerc-io/laconicd
|
# repository: cerc-io/laconicd
|
||||||
fetch-depth: 0
|
# fetch-depth: 0
|
||||||
ref: main
|
# ref: main
|
||||||
|
run: |
|
||||||
|
git clone https://git.vdb.to/deep-stack/laconicd.git
|
||||||
|
cd laconicd
|
||||||
|
git checkout pm-qol-improvements
|
||||||
- name: Environment
|
- name: Environment
|
||||||
run: ls -tlh && env
|
run: ls -tlh && env
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user