Skip to content

Merge version 1.1.0 and version 1.1.1 from Das 2208 smap l3 feature branch to main branch #110

Merge version 1.1.0 and version 1.1.1 from Das 2208 smap l3 feature branch to main branch

Merge version 1.1.0 and version 1.1.1 from Das 2208 smap l3 feature branch to main branch #110

# This workflow will run when a PR is opened against the `main` branch. It will
# trigger the reusable workflow in `.github/workflows/run_tests.yml`, which
# builds the service and test Docker images, and runs the `unittest` suite in a
# Docker container built from the test image.
name: Run Python unit tests for pull requests against main
on:
pull_request:
branches: [ main ]
jobs:
build_and_test:
uses: ./.github/workflows/run_tests.yml