From 3f86568ed3ba2b2e64ce3f74218061e107606fb5 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 4 Mar 2022 15:29:49 -0700 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3