Skip to content

tests: properly skip CAT12 tests #10

tests: properly skip CAT12 tests

tests: properly skip CAT12 tests #10

name: Build frontend
on:
push:
branches: ["development"]
pull_request:
branches: ["development"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 17.9.1
- name: build
run: |
cd frontend
yarn
cd ..
./build-frontend.sh