Skip to content

move tests

move tests #420

Workflow file for this run

name: "book"
on:
- push
jobs:
sphinx:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/sphinx@main
test:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/coverage@main
jupyter:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/jupyter@main
book:
runs-on: "ubuntu-latest"
needs: [test, sphinx, jupyter]
permissions:
contents: write
steps:
- uses: cvxgrp/.github/actions/book@main