Skip to content

Run both the baseline and the simulation with interventions and plot the baseline in grey line. #14344

Run both the baseline and the simulation with interventions and plot the baseline in grey line.

Run both the baseline and the simulation with interventions and plot the baseline in grey line. #14344

Workflow file for this run

---
# This workflow runs all client tests
name: Client Tests
# yamllint disable-line rule:truthy
on:
workflow_call:
push:
branches: ['main']
paths:
- 'packages/client/**'
pull_request:
branches: ['main']
paths:
- 'packages/client/**'
jobs:
lint-client:
name: Lint and format client
uses: ./.github/workflows/lint-client.yaml
unit-tests:
name: Client Unit Tests
needs: lint-client
uses: ./.github/workflows/test-client-unit.yaml