Skip to content

Bump uvicorn from 0.27.0.post1 to 0.29.0 #86

Bump uvicorn from 0.27.0.post1 to 0.29.0

Bump uvicorn from 0.27.0.post1 to 0.29.0 #86

Workflow file for this run

name: TEST
on: [push, workflow_call]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Wait for build
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'build'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 5
- name: Download build artifacts
uses: dawidd6/action-download-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: build.yml
workflow_conclusion: success
name: ${{ github.head_ref }}.${{ github.sha }}
path: /tmp/
if_no_artifact_found: fail
- name: Run tests
run: |
docker load --input /tmp/image.tar
./ci_run_tests.sh
- name: Upload coverage reports
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true