|
39 | 39 | BW_NUMBER_PROVIDER: ${{ secrets.BW_NUMBER_PROVIDER }} |
40 | 40 |
|
41 | 41 | jobs: |
42 | | - test_main: |
43 | | - name: Test Main Branch Nightly |
| 42 | + test: |
| 43 | + name: Nightly Test |
44 | 44 | runs-on: ${{ matrix.os }} |
45 | 45 | strategy: |
46 | 46 | matrix: |
47 | 47 | os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04] |
48 | | - python-version: [3.7, 3.8, 3.9, '3.10', '3.11'] |
49 | | - steps: |
50 | | - - name: Checkout |
51 | | - uses: actions/checkout@v3 |
52 | | - with: |
53 | | - ref: 'main' |
54 | | - |
55 | | - - name: Set up Python |
56 | | - uses: actions/setup-python@v4 |
57 | | - with: |
58 | | - python-version: ${{ matrix.python-version }} |
59 | | - |
60 | | - - name: Install Packages and Test |
61 | | - run: | |
62 | | - pip install -r requirements_dev.txt |
63 | | - python -m pytest --pyargs bandwidth |
64 | | -
|
65 | | - test_feature: |
66 | | - name: Test Feature Branch Nightly |
67 | | - runs-on: ${{ matrix.os }} |
68 | | - strategy: |
69 | | - matrix: |
70 | | - os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04] |
71 | | - python-version: [3.8, 3.9, '3.10'] |
| 48 | + python-version: [3.8, 3.9, '3.10', '3.11'] |
72 | 49 | env: |
73 | 50 | PYTHON_VERSION: ${{ matrix.python-version }} |
74 | 51 | OPERATING_SYSTEM: ${{ matrix.os }} |
75 | 52 | steps: |
76 | 53 | - name: Checkout |
77 | 54 | uses: actions/checkout@v3 |
78 | | - with: |
79 | | - ref: 'feature/openapi-generator-sdk' |
80 | 55 |
|
81 | 56 | - name: Set up Python |
82 | 57 | uses: actions/setup-python@v4 |
|
0 commit comments