Skip to content

Add React component for library use (#135) #466

Add React component for library use (#135)

Add React component for library use (#135) #466

Workflow file for this run

name: aquascope
on:
push:
branches:
- "**"
tags-ignore:
- "v*"
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup
uses: ./.github/workflows/setup
- name: Backend tests
uses: actions-rs/cargo@v1
with:
command: insta
args: test --features=no-docker
- name: Build Aquascope server
run: cargo build -p aquascope_serve --features=no-docker
- name: Frontend tests
run: |
cargo run -p aquascope_serve --features=no-docker &
cd frontend && depot test