Skip to content

Commit 7161e89

Browse files
committed
Don't run Sorbet in test mode
1 parent b0a2775 commit 7161e89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sorbet.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
${{ runner.os }}-sorbet-rbi-
2626
2727
- name: Setup database
28-
env:
29-
RAILS_ENV: test
3028
run: |
3129
bundle exec rails db:migrate
3230
@@ -43,4 +41,4 @@ jobs:
4341
run: |
4442
# Check only files that have typed: strict or typed: true
4543
bundle exec srb typecheck --typed=strict
46-
continue-on-error: true
44+
continue-on-error: true

0 commit comments

Comments
 (0)