Skip to content

Commit

Permalink
O11Y-3369: Migrate opentelemetry-dart to GHA
Browse files Browse the repository at this point in the history
 - Update publish and CI steps.
  • Loading branch information
michaelyeager-wf committed Oct 19, 2023
1 parent 92f6b8f commit 2e8264e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ jobs:
run: dart pub global activate remove_from_coverage
- name: Ignore Files For Coverage
run: dart pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r 'lib\/src\/sdk\/proto\/opentelemetry\/proto\/.+'
- name: Package Artifacts
run: ./package.sh
16 changes: 0 additions & 16 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,4 @@ jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
runs-on: ubuntu-latest
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.18.7
- name: Install protobuf-compiler
run: sudo apt install -y protobuf-compiler
- name: Install Dart dependencies
run: dart pub get
- name: Initialize protobuf
run: make init
- name: Package Artifacts
run: ./package.sh

0 comments on commit 2e8264e

Please sign in to comment.