Skip to content

Regenerated API clients with Kiota #140

Regenerated API clients with Kiota

Regenerated API clients with Kiota #140

name: Build and test Ruby Get Started sample
on:
push:
branches:
- main
- regen/clients-**
paths:
- 'get-started/azure-auth/ruby/**'
pull_request:
branches: [ main ]
paths:
- 'get-started/azure-auth/ruby/**'
jobs:
build-azure:
defaults:
run:
working-directory: get-started/azure-auth/ruby/
runs-on: ubuntu-latest
needs: []
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake