mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-24 15:38:20 +00:00
remove docs-build matrix build
This commit is contained in:
parent
1e957f6c8a
commit
6852f5f84c
16
.github/workflows/backend_tests.yml
vendored
16
.github/workflows/backend_tests.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
database: "sqlite",
|
database: "sqlite",
|
||||||
}
|
}
|
||||||
- { python: "3.11", os: "ubuntu-latest", session: "xdoctest" }
|
- { 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:
|
env:
|
||||||
FLASK_SESSION_SECRET_KEY: super_secret_key
|
FLASK_SESSION_SECRET_KEY: super_secret_key
|
||||||
@ -165,13 +165,13 @@ jobs:
|
|||||||
name: coverage-data
|
name: coverage-data
|
||||||
path: "spiffworkflow-backend/.coverage.*"
|
path: "spiffworkflow-backend/.coverage.*"
|
||||||
|
|
||||||
- name: Upload documentation
|
# - name: Upload documentation
|
||||||
if: matrix.session == 'docs-build'
|
# if: matrix.session == 'docs-build'
|
||||||
uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: docs
|
# name: docs
|
||||||
path: docs/_build
|
# path: docs/_build
|
||||||
|
#
|
||||||
- name: Upload logs
|
- name: Upload logs
|
||||||
if: failure() && matrix.session == 'tests'
|
if: failure() && matrix.session == 'tests'
|
||||||
uses: "actions/upload-artifact@v3"
|
uses: "actions/upload-artifact@v3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user