]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
github actions: Run docs build during CI 1721/head
authorZack Cerza <zack@redhat.com>
Fri, 4 Mar 2022 22:29:49 +0000 (15:29 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 4 Mar 2022 22:30:48 +0000 (15:30 -0700)
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 <zack@redhat.com>
.github/workflows/ci.yml

index bb218aae49f9a6dd3d1c4a997ecf425b412391e2..7cd4c28a6e02cab0e6c0fc148655173fbfaf522d 100644 (file)
@@ -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