Merge pull request #60 from DataDog/mackjmr/refactor1-staging #92
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# # Copyright The OpenTelemetry Authors | |
# # SPDX-License-Identifier: Apache-2.0 | |
# @lukekraus - commented this out for now due to failures reading from the registry. Need to rethink how to run these in CI | |
# name: Integration Tests | |
# on: | |
# pull_request_review: | |
# types: | |
# - submitted | |
# jobs: | |
# run_tests: | |
# runs-on: ubuntu-latest | |
# name: "Run CI" | |
# if: github.event.review.state == 'APPROVED' | |
# steps: | |
# - name: check out code | |
# uses: actions/checkout@v4 | |
# - name: run tracetesting | |
# run: | | |
# make build && make run-tracetesting |