Skip to content

Commit

Permalink
Use an old version of bundler; Removed GH actions cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Dantemss committed Jul 12, 2024
1 parent 03bd65a commit 696f711
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
branches:
- main
schedule:
- cron: '0 0 * * 0' # weekly

jobs:
assets:
Expand All @@ -28,7 +26,7 @@ jobs:
${{ runner.os }}-${{ env.OS_VERSION }}-gems-pr-
- name: Build assets
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
bundle exec rake assets:precompile
2 changes: 1 addition & 1 deletion .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
OXE_DB_USER: postgres
OXE_DB_PASS: postgres
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
bundle exec rake db:create db:schema:load db:seed --trace
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
branches:
- main
schedule:
- cron: '0 0 * * 0' # weekly

jobs:
tests:
Expand Down Expand Up @@ -42,7 +40,7 @@ jobs:
OXE_DB_PASS: postgres
RAILS_ENV: test
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
bundle exec rake parallel:create parallel:load_schema parallel:seed --trace
Expand Down

0 comments on commit 696f711

Please sign in to comment.