Skip to content

Commit

Permalink
ci: bruk bundle under køyring av rake scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Feb 24, 2024
1 parent 195bb0c commit 73a0c2c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cache-version: 1 # Increase this version to clear the cache

- name: Post-install script
run: rake postinstall
run: bundle exec rake postinstall

- name: Setup Pages
id: pages
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
bundler-cache: true
cache-version: 1 # Increase this version to clear the cache

- name: Debug Installed Dependencies
run: bundle exec gem list

- name: Post-install script
run: rake postinstall
run: bundle exec rake postinstall

- name: Setup Pages
id: pages
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "rake", "~> 13.1"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ GEM
forwardable-extended (~> 2.6)
popper_js (2.11.8)
public_suffix (5.0.4)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -95,6 +96,7 @@ DEPENDENCIES
jekyll-feed (~> 0.12)
jekyll-seo-tag (~> 2.8)
minima (~> 2.5)
rake (~> 13.1)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
Expand Down

0 comments on commit 73a0c2c

Please sign in to comment.