From 6852f5f84c70c64f86be46adee75962650c0a2b0 Mon Sep 17 00:00:00 2001 From: burnettk Date: Fri, 19 May 2023 09:15:19 -0400 Subject: [PATCH] remove docs-build matrix build --- .github/workflows/backend_tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/backend_tests.yml b/.github/workflows/backend_tests.yml index 80692cd1..24ff8838 100644 --- a/.github/workflows/backend_tests.yml +++ b/.github/workflows/backend_tests.yml @@ -75,7 +75,7 @@ jobs: database: "sqlite", } - { python: "3.11", os: "ubuntu-latest", session: "xdoctest" } - - { python: "3.11", os: "ubuntu-latest", session: "docs-build" } + # - { python: "3.11", os: "ubuntu-latest", session: "docs-build" } env: FLASK_SESSION_SECRET_KEY: super_secret_key @@ -165,13 +165,13 @@ jobs: name: coverage-data path: "spiffworkflow-backend/.coverage.*" - - name: Upload documentation - if: matrix.session == 'docs-build' - uses: actions/upload-artifact@v3 - with: - name: docs - path: docs/_build - + # - name: Upload documentation + # if: matrix.session == 'docs-build' + # uses: actions/upload-artifact@v3 + # with: + # name: docs + # path: docs/_build + # - name: Upload logs if: failure() && matrix.session == 'tests' uses: "actions/upload-artifact@v3"