We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75949d3 commit 1825958Copy full SHA for 1825958
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
echo "gem 'outboxer', git: 'https://github.com/fast-programmer/outboxer.git', branch: 'master'" >> Gemfile
71
bundle install
72
- bin/rails g outboxer:schema
+ bin/rails g outboxer:install
73
bin/rake db:migrate
74
bin/rake outboxer:db:seed
75
bin/rails g outboxer:sidekiq_publisher
0 commit comments