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 b0a2775 commit 7161e89Copy full SHA for 7161e89
.github/workflows/sorbet.yml
@@ -25,8 +25,6 @@ jobs:
25
${{ runner.os }}-sorbet-rbi-
26
27
- name: Setup database
28
- env:
29
- RAILS_ENV: test
30
run: |
31
bundle exec rails db:migrate
32
@@ -43,4 +41,4 @@ jobs:
43
41
44
42
# Check only files that have typed: strict or typed: true
45
bundle exec srb typecheck --typed=strict
46
- continue-on-error: true
+ continue-on-error: true
0 commit comments