The test task already runs build, so no need for it twice

This commit is contained in:
Issy Long 2023-09-01 01:03:26 +01:00
parent 1c91da27bb
commit 210b678caf
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -40,11 +40,10 @@ jobs:
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}/docs
run: bundle exec rake lint
- name: Check for broken links, then build docs site
- name: Build the site and check for broken links
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}/docs
run: |
bundle exec rake test
bundle exec rake build
rubydoc:
if: github.repository == 'Homebrew/brew'