Skip to content

Reintroduces the batch attestation cert command #371

Reintroduces the batch attestation cert command

Reintroduces the batch attestation cert command #371

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- develop
pull_request:
branches:
- develop
schedule:
- cron: 30 1 * * 2 # every Tuesday at 1:30 UTC
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
runtests:
name: Continuous Integration
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- run: ./setup.sh
- run: ./run_desktop_tests.sh