We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8600f3b commit efe0889Copy full SHA for efe0889
.github/workflows/ci.yml
@@ -42,8 +42,8 @@ jobs:
42
bundler-cache: true
43
cache-version: 7
44
45
- - name: Check if documentation is up to date
46
- run: bundle exec rake ruby_lsp:check_docs
+ - name: Run tests
+ run: bundle exec rails db:setup && bundle exec rails db:migrate && bundle exec rails test
47
48
- name: Typecheck
49
if: matrix.os != 'windows-latest'
@@ -52,8 +52,5 @@ jobs:
52
- name: Lint Ruby files
53
run: bin/rubocop
54
55
- - name: Lint Ruby files
56
- run: bin/rubocop
57
-
58
- - name: Run tests
59
- run: bundle exec rails db:setup && bundle exec rails db:migrate && bundle exec rails test
+ - name: Check if documentation is up to date
+ run: bundle exec rake ruby_lsp:check_docs
0 commit comments