Skip to content

698 - Bug in CSV Upload #742

698 - Bug in CSV Upload

698 - Bug in CSV Upload #742

Workflow file for this run

name: automated_tests
on:
pull_request:
branches:
- dev
- main
jobs:
build_frontend:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Build client
run: cd client && yarn install && yarn build