From: Zack Cerza Date: Fri, 4 Mar 2022 22:29:49 +0000 (-0700) Subject: github actions: Run docs build during CI X-Git-Tag: 1.2.0~199^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1721%2Fhead;p=teuthology.git github actions: Run docs build during CI If we do this, we can drop the Jenkins job. The openstack tests are currently all skipped, so we can just leave them out for now. Signed-off-by: Zack Cerza --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb218aae4..7cd4c28a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,3 +26,5 @@ jobs: run: tox -e flake8 - name: Run unit tests run: tox -e py3 + - name: Run docs build + run: tox -e docs \ No newline at end of file