Skip to content

TA-3754: Refactor publishing #506

TA-3754: Refactor publishing

TA-3754: Refactor publishing #506

Workflow file for this run

name: Build Workflow
on:
pull_request:
branches: [ master, content-cli-v2-refactoring ]
jobs:
build:
runs-on: ubuntu-latest
name: Npm install and npm build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '20'
- name: Yarn Install
run: yarn install
- name: Yarn Build
run: yarn build
- name: Yarn Test
run: yarn test