Skip to content

Commit ea5963f

Browse files
committed
Use bin/rails
1 parent 2cc8439 commit ea5963f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
RAILS_ENV: test
3737
GH_SECRET: 12345
3838
run: |
39-
bundle exec rails db:create
40-
bundle exec rails db:schema:load
41-
bundle exec rails spec
39+
bin/rails db:create
40+
bin/rails db:schema:load
41+
bin/rails spec

0 commit comments

Comments
 (0)