Skip to content

feat: github test build ci/cd #1

feat: github test build ci/cd

feat: github test build ci/cd #1

Workflow file for this run

name: client-test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code.
uses: actions/checkout@v2
- name: Check Node v
run: node -v
- name: Install Dependencies
run: npm install --frozen-lockfile
- name: Build
run: npm run build