mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-02-08 06:47:34 +00:00
fix: github workflow tooling installation and dev docs (#6)
* Initial plan * Add gem installation to setup process with Ruby compatibility fixes Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> * Complete gem installation setup with improved documentation Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> * Update GitHub workflows to use new make setup and build targets Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ivuorinen <11024+ivuorinen@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -56,13 +56,9 @@ jobs:
|
||||
shell: bash
|
||||
run: brew install-bundler-gems
|
||||
|
||||
- name: Install project gems
|
||||
- name: Setup project dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
export GEM_HOME="$HOME/.gem"
|
||||
export PATH="$GEM_HOME/bin:$PATH"
|
||||
gem install bundler --user-install
|
||||
bundle install
|
||||
run: make setup
|
||||
|
||||
- name: Run brew test-bot (cleanup)
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user