Skip to content

[NEX-426] Fetch all variants #120

[NEX-426] Fetch all variants

[NEX-426] Fetch all variants #120

Workflow file for this run

name: run-tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: docker-compose run feature