Skip to content

Make log streaming more reliable #491

Make log streaming more reliable

Make log streaming more reliable #491

Workflow file for this run

on:
push:
branches:
- main
pull_request:
merge_group:
schedule:
- cron: '0 0 * * *' # Every day at midnight UTC
name: CI
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
- name: Set up PDM
uses: pdm-project/setup-pdm@v4
with:
cache: true
- name: Install dependencies with multirepo
uses: chipflow/pdm-multirepo@v1
- name: Run tests
run: pdm run test
- name: Run lints
run: pdm run lint
- name: Run doc tests
run: pdm run test-docs
license:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check source code licenses
run: ./tools/license_check.sh
test-submit:
uses: ./.github/workflows/test-examples.yml
with:
CHIPFLOW_BACKEND_VERSION: 'branch-opentracing-batch'

Check failure on line 49 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 49, Col: 33): Invalid input, CHIPFLOW_BACKEND_VERSION is not defined in the referenced workflow.
secrets:
CHIPFLOW_API_KEY: ${{ secrets.CHIPFLOW_API_KEY}}