Skip to content

Bump semver from 5.7.1 to 5.7.2 in /bancor_research/bancor_emulator/tests #43

Bump semver from 5.7.1 to 5.7.2 in /bancor_research/bancor_emulator/tests

Bump semver from 5.7.1 to 5.7.2 in /bancor_research/bancor_emulator/tests #43

Workflow file for this run

# This is a basic workflow to run regression tests
name: CI-regression-tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8 #install the python version needed
lfs: true
- run: git lfs pull
- run: git lfs checkout
- run: python setup.py install
- run: python -i regression/test.py 1
- run: python -i regression/test.py 2