maint(deps): bump go.opentelemetry.io/otel from 1.23.1 to 1.30.0 #638
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
name: Pull Request | |
on: | |
pull_request: | |
jobs: | |
build-and-test: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout Repo | |
uses: actions/[email protected] | |
- name: Run tests | |
run: make docker-test | |
- name: Setup BATS | |
uses: mig4/setup-bats@v1 | |
- name: Run smoke tests | |
run: make smoke | |
- name: Spin down smokers | |
run: make unsmoke |