Skip to content

Ensure newly created traces have the correct tags set #22

Ensure newly created traces have the correct tags set

Ensure newly created traces have the correct tags set #22

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