File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -3903,3 +3903,45 @@ jobs:
39033903
39043904 - name : Run tests
39053905 run : tox -e pypy3-test-processor-baggage -- -ra
3906+
3907+ py312-test-instrumentation-botocore_windows-latest :
3908+ name : instrumentation-botocore 3.12 Windows
3909+ runs-on : windows-latest
3910+ steps :
3911+ - name : Checkout repo @ SHA - ${{ github.sha }}
3912+ uses : actions/checkout@v4
3913+
3914+ - name : Set up Python 3.12
3915+ uses : actions/setup-python@v5
3916+ with :
3917+ python-version : " 3.12"
3918+
3919+ - name : Install tox
3920+ run : pip install tox
3921+
3922+ - name : Configure git to support long filenames
3923+ run : git config --system core.longpaths true
3924+
3925+ - name : Run tests
3926+ run : tox -e py312-test-instrumentation-botocore -- -ra
3927+
3928+ py312-test-instrumentation-system-metrics_windows-latest :
3929+ name : instrumentation-system-metrics 3.12 Windows
3930+ runs-on : windows-latest
3931+ steps :
3932+ - name : Checkout repo @ SHA - ${{ github.sha }}
3933+ uses : actions/checkout@v4
3934+
3935+ - name : Set up Python 3.12
3936+ uses : actions/setup-python@v5
3937+ with :
3938+ python-version : " 3.12"
3939+
3940+ - name : Install tox
3941+ run : pip install tox
3942+
3943+ - name : Configure git to support long filenames
3944+ run : git config --system core.longpaths true
3945+
3946+ - name : Run tests
3947+ run : tox -e py312-test-instrumentation-system-metrics -- -ra
You can’t perform that action at this time.
0 commit comments