Skip to content

Commit

Permalink
Fixed Github worklfow
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed Apr 19, 2024
1 parent 0ca0982 commit 5f6f87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bundle exec rake db:prepare
- run: bundle exec rake db:migrate
- run: bundle exec rake test:all
rubocop:
name: "Lint / rubocop"
Expand Down

0 comments on commit 5f6f87b

Please sign in to comment.