Skip to content

Commit

Permalink
Test docs in PRs
Browse files Browse the repository at this point in the history
Authored-by: Matt Royal <[email protected]>
  • Loading branch information
matt-royal committed Jul 17, 2020
1 parent fd959b6 commit 62bb1f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,18 @@ jobs:
service mysql restart
- name: Run tests
run: DB=mysql bundle exec rake spec:all
test_docs:
runs-on: ubuntu-latest
container:
image: "cloudfoundry/capi:rc-docs"
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
bundle install
cd docs/v3
bundle install
cd -
- name: Run docs tests
run: bundle exec rake check_doc_links

0 comments on commit 62bb1f5

Please sign in to comment.