Skip to content

Explorer V2

Explorer V2 #102

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
env:
REACT_APP_API_BASE_URL: https://localhost:9094
REACT_APP_CUSTOM_API_URL: http://localhost:5001
REACT_APP_BITS_PER_LABEL: 128
REACT_APP_LABELS_PER_UNIT: 1024
run: |
yarn
yarn build