Skip to content

[Storage] Fixed Queue Readme Indentiation #66

[Storage] Fixed Queue Readme Indentiation

[Storage] Fixed Queue Readme Indentiation #66

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