Skip to content

Added get_child_folder_ids_by_folderid #50

Added get_child_folder_ids_by_folderid

Added get_child_folder_ids_by_folderid #50

Workflow file for this run

name: Run Tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
environment: testing
strategy:
matrix:
python: [3.8, 3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Setup Python
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
with:
python-version: ${{ matrix.python }}
- name: Install Tox
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run Tox
# Run tox using the version of Python in `PATH`
run: tox -e py
env:
TSS_USERNAME: ${{ secrets.TSS_USERNAME }}
TSS_PASSWORD: ${{ secrets.TSS_PASSWORD }}
TSS_TENANT: ${{ secrets.TSS_TENANT }}
TSS_SECRET_ID: ${{ secrets.TSS_SECRET_ID }}
TSS_SECRET_PATH: ${{ secrets.TSS_SECRET_PATH }}
TSS_FOLDER_ID: ${{ secrets.TSS_FOLDER_ID }}