Skip to content

Commit 07da483

Browse files
committed
refactor: ✨ rename test step
1 parent 2990bcd commit 07da483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
POSTGRES_HOST: localhost
5858
POSTGRES_PORT: 5432
5959

60-
- name: Run Tests
60+
- name: Run RSpec tests with coverage
6161
run: COVERAGE=true bundle exec rspec --format documentation --color
6262
env:
6363
DRIVER: postgres

0 commit comments

Comments
 (0)