From b35f01a4b8c51b499edfbd53d8e02458d296e97d Mon Sep 17 00:00:00 2001 From: Soubhik Gon <119437069+zakhaev26@users.noreply.github.com> Date: Tue, 5 Mar 2024 05:14:47 +0530 Subject: [PATCH 1/3] fix(ci-core):identation mappings in yml file --- .github/workflows/check_core_build.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check_core_build.yml b/.github/workflows/check_core_build.yml index e7022a0..c8580f1 100644 --- a/.github/workflows/check_core_build.yml +++ b/.github/workflows/check_core_build.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - ci pull_request: branches: - main @@ -17,10 +16,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: 20.11.1 + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: 20.11.1 - name: install packages run: | From 9a53d1a8b9d7e5c1e7f3b85313e7207306864c07 Mon Sep 17 00:00:00 2001 From: Soubhik Gon <119437069+zakhaev26@users.noreply.github.com> Date: Tue, 5 Mar 2024 05:16:40 +0530 Subject: [PATCH 2/3] fix(ci-core): typo fixes in ci file --- .github/workflows/check_core_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_core_build.yml b/.github/workflows/check_core_build.yml index c8580f1..c2b1744 100644 --- a/.github/workflows/check_core_build.yml +++ b/.github/workflows/check_core_build.yml @@ -25,7 +25,7 @@ jobs: run: | cd core/ npm i -g yarn@latest - yarn add + yarn install - name: build server run: | From a71fa09d5859602446ce2096ebe11f7a3d950221 Mon Sep 17 00:00:00 2001 From: Soubhik Gon <119437069+zakhaev26@users.noreply.github.com> Date: Tue, 5 Mar 2024 05:18:21 +0530 Subject: [PATCH 3/3] fix(ci-core): fixes compilation error in workflow file --- .github/workflows/check_core_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check_core_build.yml b/.github/workflows/check_core_build.yml index c2b1744..4200f3d 100644 --- a/.github/workflows/check_core_build.yml +++ b/.github/workflows/check_core_build.yml @@ -29,5 +29,6 @@ jobs: - name: build server run: | + cd core/ yarn compile