Skip to content

Commit b5d383c

Browse files
RUBY-2849 Fix GitHub Actions
1 parent 4f5e06d commit b5d383c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: bundle install --jobs 4 --retry 3
6565
- name: test
6666
timeout-minutes: 60
67-
continue-on-error: true
67+
continue-on-error: false
6868
run: bundle exec rake spec:ci
6969
env:
7070
MONGODB_URI: ${{ steps.start-mongodb.outputs.cluster-uri }}

0 commit comments

Comments
 (0)