Skip to content

Removed epic-related coverage for testing #522

Removed epic-related coverage for testing

Removed epic-related coverage for testing #522

Workflow file for this run

name: Portal CI
on: [push, pull_request]
jobs:
build:
# Available versions:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: 'x64'
- name: Install python main dependencies
run: pip install -r requirements.txt
- name: Install python dev dependencies
run: pip install -r requirements-dev.txt
- name: Run test script
run: ./test.sh
env:
GH_ACTIONS_BRANCH: ${{ github.ref }}
GH_ACTIONS: true