Skip to content

Commit f1a1ede

Browse files
committed
fix: Remove duplicate step
1 parent 22df295 commit f1a1ede

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ jobs:
3939
- name: Run rubocop
4040
run: |
4141
bundle exec rubocop
42-
- name: Run tests
43-
run: |
44-
bundle exec rspec
4542
46-
- name: Run rspec
43+
- name: Run tests
4744
run: |
4845
bundle exec rspec

0 commit comments

Comments
 (0)