Skip to content

Add signal peptide to feature viewer config #118

Add signal peptide to feature viewer config

Add signal peptide to feature viewer config #118

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -r requirements.txt
- name: Run tests
run: |
echo '{}' > /tmp/test_config.json
echo '{}' > /tmp/test_detailed_stats.json
WEBSITE_CONFIG_JSON_PATH=/tmp/test_config.json DETAILED_STATS_JSON=/tmp/test_detailed_stats.json python manage.py test