Skip to content

Commit

Permalink
Add more to post-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed May 3, 2024
1 parent 0d46fad commit 1bf9fec
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/bundle-otel.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Bundle OpenTelemetry

on:
push:
Expand All @@ -9,7 +9,7 @@ jobs:

bundle:
runs-on: ubuntu-latest
name: Rebundle opentelemetry-js
name: Rebundle

steps:
- name: Checkout source
Expand Down Expand Up @@ -39,3 +39,9 @@ jobs:

- name: Build
run: time hack/bundle-opentelemetry.ts

- name: Status
run: git status

- name: Test
run:

0 comments on commit 1bf9fec

Please sign in to comment.