Skip to content

Try to infer the service name if it's not explicitly set #24

Try to infer the service name if it's not explicitly set

Try to infer the service name if it's not explicitly set #24

Workflow file for this run

name: Ruby
on:
push:
jobs:
build:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec