Skip to content

[spruce] Integration testing WIP #530

[spruce] Integration testing WIP

[spruce] Integration testing WIP #530

Workflow file for this run

name: Pull Request
on:
pull_request: {}
push:
branches:
- main
workflow_dispatch: {}
jobs:
run-tests:
uses: './.github/workflows/testing.yaml'
secrets: inherit
build-docs:
name: Build docs with pdoc
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build docs with pdoc
uses: './.github/actions/build-docs'
with:
python-version: 3.11