diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 381aa215486..5f235f0fb13 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -17,6 +17,14 @@ permissions: contents: read jobs: + test: + strategy: + matrix: + os: ['macos-latest', 'windows-latest'] + runs-on: ${{ matrix.os }} + steps: + - run: 'echo "No tests required to run"' + system-test: runs-on: ubuntu-latest steps: