Fix async issues in background tasks for both API and validator, along with fixing log streaming issues #13
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: Test Validator Types | |
on: | |
- pull_request | |
- push | |
- workflow_dispatch | |
jobs: | |
test-types: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install Poetry | |
uses: snok/install-poetry@v1 | |
- name: Test Types | |
working-directory: validator | |
run: | | |
poetry install | |
poetry run pytype |