Skip to content

hided junotest

hided junotest #324

Workflow file for this run

name: React build on pull
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build react app
uses: actions/setup-node@v3
- run: yarn
- run: npm run build