1 name: Test Framework Tests
4 # PR events only on master
9 - 'testing/framework/*'
15 - 'testing/framework/*'
17 # Allows you to run this workflow manually from the Actions tab
25 os: ['ubuntu-latest', 'windows-latest']
27 # The type of runner that the job will run on
28 runs-on: ${{ matrix.os }}
31 # Checkouut repository under $GITHUB_WORKSPACE
32 - uses: actions/checkout@v4.1.6
34 - name: Set up Python 3.11 ${{ matrix.os }}
35 uses: actions/setup-python@v5.1.0
37 python-version: '3.11'
39 - name: Test test framework ${{ matrix.os }}
41 python runtest.py testing/framework