Skip to content

Create the 6th edition branch based on MDS23511_WG03_N01144_DASH-6th-edition-DIS #89

Create the 6th edition branch based on MDS23511_WG03_N01144_DASH-6th-edition-DIS

Create the 6th edition branch based on MDS23511_WG03_N01144_DASH-6th-edition-DIS #89

Workflow file for this run

name: Test MPDs
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
cd tests/
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: |
cd tests/
python -m unittest -v validate.py