Skip to content

Commit

Permalink
Change sidekiq worker to job
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 12, 2024
1 parent 936a6d4 commit 583162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN sudo apk add --update yarn
RUN rails new . --database=postgresql
RUN bundle add sidekiq
RUN bundle install
RUN rails g sidekiq:worker Hard
RUN rails g sidekiq:job Hard

COPY database.yml config/database.yml

Expand Down

0 comments on commit 583162e

Please sign in to comment.