Skip to content

Commit c197bb5

Browse files
committed
Fix rails command
[close codetriage#1802]
1 parent d8945dd commit c197bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Run tests
4141
run: bin/rake test
4242
- name: Run seed tasks
43-
run: rails db:seed
43+
run: bin/rails db:seed
4444

0 commit comments

Comments
 (0)