Skip to content

Commit c6697f4

Browse files
committed
Require rspec to pass for rails 8
1 parent e378260 commit c6697f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
allowed_failure: false # ✅ required
1616
- ruby: '3.4.4'
1717
rails: '8.0.2'
18-
allowed_failure: true # ⚠️ allowed to fail
18+
allowed_failure: false # ✅ required
1919

2020
env:
2121
RAILS_ENV: test

0 commit comments

Comments
 (0)