Skip to content

fix(test): pin tox versions and update unit/int file specifiers #10

fix(test): pin tox versions and update unit/int file specifiers

fix(test): pin tox versions and update unit/int file specifiers #10

Workflow file for this run

name: CI Build and Test
permissions:
contents: read
on:
pull_request:
branches:
- dev
push:
branches:
- dev
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/ci_build.yml
test:
uses: ./.github/workflows/tox.yml
linter:
needs: [build]
uses: ./.github/workflows/azdev_linter.yml