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 8a7311a commit dacb09a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,19 @@ jobs:
- '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:
path: hammer-cli
- name: Configure local gem dependencies
run: |
echo "gemspec path: '../apipie-bindings', name: 'apipie-bindings'" > Gemfile.local.rb
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit dacb09a

Please sign in to comment.