From dacb09a56b70333fc37c0382731e8cd6d2c07ad5 Mon Sep 17 00:00:00 2001 From: Oleh Fedorenko Date: Wed, 11 Dec 2024 16:08:47 +0000 Subject: [PATCH] Use master branch of apipie-bindings in CI --- .github/workflows/unit_tests.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 87cc7200..996258e6 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -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: