Skip to content

Commit

Permalink
Remove docs from main CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Oct 4, 2023
1 parent dbd170d commit 36d8202
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,10 @@ jobs:
bundle exec parallel_rspec -n $PARALLEL_TESTS_CONCURRENCY -e './bin/parallel_tests'
- name: Check for missing annotations
run: bundle exec annotate
- name: Check for missing doc changes
run: ./bin/update-docs && git diff
- name: Check for untracked changes in app, spec and doc directories
uses: rootstrap/check_untracked_changes@v1
with:
path: "./app/ ./spec/ ./doc"
path: "./app/ ./spec/"
- name: Report to CodeClimate
run: |
./cc-test-reporter format-coverage --output "coverage/coverage.${{ matrix.ci_node_index }}.json"
Expand Down

0 comments on commit 36d8202

Please sign in to comment.