File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
- name : RSpec
75
75
env :
76
76
RAILS_VERSION : ${{ matrix.rails }}
77
- DB_ADAPTER : ${{ matrix.adapter }}
77
+ DATABASE_URL : ${{ matrix.adapter }}
78
78
BUNDLE_GEMFILE : gemfiles/${{ matrix.rails }}.gemfile
79
79
WITH_ADVISORY_LOCK_PREFIX : ${{ github.run_id }}
80
80
run : bin/rake
Original file line number Diff line number Diff line change 63
63
- name : RSpec
64
64
env :
65
65
RAILS_VERSION : ${{ matrix.rails }}
66
- DB_ADAPTER : ${{ matrix.adapter }}
66
+ DATABASE_URL : ${{ matrix.adapter }}
67
67
BUNDLE_GEMFILE : gemfiles/${{ matrix.rails }}.gemfile
68
68
WITH_ADVISORY_LOCK_PREFIX : ${{ github.run_id }}
69
69
run : bin/rake
Original file line number Diff line number Diff line change 66
66
- name : RSpec
67
67
env :
68
68
RAILS_VERSION : ${{ matrix.rails }}
69
- DB_ADAPTER : ${{ matrix.adapter }}
69
+ DATABASE_URL : ${{ matrix.adapter }}
70
70
BUNDLE_GEMFILE : gemfiles/${{ matrix.rails }}.gemfile
71
71
WITH_ADVISORY_LOCK_PREFIX : ${{ github.run_id }}
72
72
run : bin/rake
You can’t perform that action at this time.
0 commit comments