Skip to content

Commit

Permalink
Use master branch of apipie-bindings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Jan 6, 2025
1 parent 58a9311 commit fb0970e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- '3.0'
- '3.1'
steps:
- name: Get apipie-bindings
uses: actions/checkout@v2
with:
repository: Apipie/apipie-bindings
ref: master
path: apipie-bindings
- name: Get hammer-cli
uses: actions/checkout@v2
with:
Expand All @@ -30,7 +36,8 @@ jobs:
path: hammer-cli-foreman
- name: Configure local gem dependencies
run: |
echo "gemspec path: '../hammer-cli', name: 'hammer_cli'" > Gemfile.local.rb
echo "gemspec path: '../apipie-bindings', name: 'apipie-bindings'" > Gemfile.local.rb
echo "gemspec path: '../hammer-cli', name: 'hammer_cli'" >> Gemfile.local.rb
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit fb0970e

Please sign in to comment.