Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 62bb1f5

Browse files
committed
Test docs in PRs
Authored-by: Matt Royal <mroyal@pivotal.io>
1 parent fd959b6 commit 62bb1f5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,18 @@ jobs:
4141
service mysql restart
4242
- name: Run tests
4343
run: DB=mysql bundle exec rake spec:all
44+
test_docs:
45+
runs-on: ubuntu-latest
46+
container:
47+
image: "cloudfoundry/capi:rc-docs"
48+
steps:
49+
- uses: actions/checkout@v2
50+
- name: Install dependencies
51+
run: |
52+
bundle install
53+
cd docs/v3
54+
bundle install
55+
cd -
56+
- name: Run docs tests
57+
run: bundle exec rake check_doc_links
4458

0 commit comments

Comments
 (0)