From a95c42db769ab808e970c4fd1d2c044efa4c14bb Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 19 Aug 2024 16:13:07 +0100 Subject: [PATCH] Add docs to GHA --- .github/workflows/tox.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 2f08ecfb..02ea3603 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -41,7 +41,7 @@ jobs: # can be different. Each of them is testing with all supported # python versions, regardless the tox pyXY name. other_names: | - lint-sanity:tox -e lint;tox -e py39-sanity-ansible2.15;tox -e py310-sanity-ansible2.16;tox -e py311-sanity-ansible2.17 + lint-docs-sanity:tox -e lint;tox -e docs;tox -e py39-sanity-ansible2.15;tox -e py310-sanity-ansible2.16;tox -e py311-sanity-ansible2.17 py39:tox -e py39-unit;tox -e py39-integration;tox -e coverage py310:tox -e py310-unit; tox -e py310-integration;tox -e coverage py311:tox -e py311-unit; tox -e py311-integration;tox -e coverage @@ -130,6 +130,9 @@ jobs: - run: ${{ matrix.command4 }} if: ${{ matrix.command4 }} + - run: ${{ matrix.command5 }} + if: ${{ matrix.command5 }} + - name: Archive logs uses: actions/upload-artifact@v4 with: