Skip to content

@W-12314727 - [OAuth-Service][Plugins] Default Instance URL support f… #1125

@W-12314727 - [OAuth-Service][Plugins] Default Instance URL support f…

@W-12314727 - [OAuth-Service][Plugins] Default Instance URL support f… #1125

Workflow file for this run

name: TDVT CI
on: [push]
jobs:
test:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install TDVT
run: |
python -m pip install --upgrade pip
pip install -e tdvt/
- name: Run TDVT unit tests
run: |
cd tdvt/test
python tdvt_test.py -v CommandLineTest ConfigTest DiffTest PrintConfigurationsTest ResultsTest ResultsExceptionTest TestCreatorTest