DAS-2231 Adds ability to get attributes for missing variables and the ability to get referenced variables #92
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |