Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 52cb1ff

Browse files
committed
Modify run tests step
1 parent 3104721 commit 52cb1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
run: |
5454
cp .env.example .env
5555
bundle exec rails db:migrate RAILS_ENV=test
56-
bundle exec rspec
56+
bundle exec rails test
5757
env:
5858
RAILS_ENV: test

0 commit comments

Comments
 (0)