Skip to content

Commit 1825958

Browse files
committed
fix build
1 parent 75949d3 commit 1825958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
echo "gem 'outboxer', git: 'https://github.com/fast-programmer/outboxer.git', branch: 'master'" >> Gemfile
7171
bundle install
72-
bin/rails g outboxer:schema
72+
bin/rails g outboxer:install
7373
bin/rake db:migrate
7474
bin/rake outboxer:db:seed
7575
bin/rails g outboxer:sidekiq_publisher

0 commit comments

Comments
 (0)