From 84035ba91ef9cb2e8e046f35990790d7012ba42e Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Wed, 17 Jan 2024 18:14:23 +0530 Subject: [PATCH] Enable CI on test-ci branch --- .gitea/workflows/test.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 41942df..749e9e9 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -6,6 +6,7 @@ on: push: branches: - main + - test-ci - release/** env: @@ -17,12 +18,16 @@ jobs: steps: - uses: actions/checkout@v3 - name: Checkout laconicd - uses: actions/checkout@v3 - with: - path: "./laconicd/" - repository: cerc-io/laconicd - fetch-depth: 0 - ref: main + # uses: actions/checkout@v3 + # with: + # path: "./laconicd/" + # repository: cerc-io/laconicd + # fetch-depth: 0 + # ref: main + run: | + git clone https://git.vdb.to/deep-stack/laconicd.git + cd laconicd + git checkout pm-qol-improvements - name: Environment run: ls -tlh && env