Skip to content

[AutoRelease] t2-iotoperations-2024-09-27-56592(can only be merged by SDK owner) #43

[AutoRelease] t2-iotoperations-2024-09-27-56592(can only be merged by SDK owner)

[AutoRelease] t2-iotoperations-2024-09-27-56592(can only be merged by SDK owner) #43

Workflow file for this run

name: Test Azure SDK Tools
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# todo before checkin: multiplex to include running tests on py38 -> 312
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install azure-sdk-tools
run: |
python -m pip install -e tools/azure-sdk-tools[build,ghtools]
python -m pip freeze
shell: bash
- name: Run tests
run: |
pytest ./tests
shell: bash
working-directory: tools/azure-sdk-tools