Skip to content

Add ECS metadata allowing cloudwatch-logs to be linked with traces #59

Add ECS metadata allowing cloudwatch-logs to be linked with traces

Add ECS metadata allowing cloudwatch-logs to be linked with traces #59

name: Continuous Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
ruby:
- 2.4
- 2.5
- 2.6
- 2.7
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test