Skip to content

Create CI for react app #2

Create CI for react app

Create CI for react app #2

Workflow file for this run

name: Build
on:
push:
branches:
- main # Adjust this according to your main branch name
pull_request:
branches:
- main # Adjust this according to your main branch name
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: cd client
yarn install
- name: Build
run: cd cl,ient
yarn build