Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

fix(ci-core):identation mappings in yml file #5

fix(ci-core):identation mappings in yml file

fix(ci-core):identation mappings in yml file #5

name: Test Build - Core Server
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.11.1
- name: install packages
run: |
cd core/
npm i -g yarn@latest
yarn add
- name: build server
run: |
yarn compile