Skip to content

Commit

Permalink
Check crontab update works in an action
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacall committed Aug 2, 2024
1 parent 17b33fa commit e86815d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Asset compilation
name: Deployment checks

on: [push, pull_request]

Expand Down Expand Up @@ -35,3 +35,5 @@ jobs:
bundle exec rake db:setup
- run: bundle exec rake assets:precompile
name: Run asset compilation
- run: bundle exec whenever --update-crontab --set environment="$ENV"
name: Run whenever update

0 comments on commit e86815d

Please sign in to comment.