From 1bf9fec7bbb2aee1f73bd7920cdaba5ffd6b4204 Mon Sep 17 00:00:00 2001 From: Daniel Lamando Date: Fri, 3 May 2024 11:34:57 +0200 Subject: [PATCH] Add more to post-bundle --- .github/workflows/bundle-otel.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bundle-otel.yaml b/.github/workflows/bundle-otel.yaml index ed37504..c358739 100644 --- a/.github/workflows/bundle-otel.yaml +++ b/.github/workflows/bundle-otel.yaml @@ -1,4 +1,4 @@ -name: CI +name: Bundle OpenTelemetry on: push: @@ -9,7 +9,7 @@ jobs: bundle: runs-on: ubuntu-latest - name: Rebundle opentelemetry-js + name: Rebundle steps: - name: Checkout source @@ -39,3 +39,9 @@ jobs: - name: Build run: time hack/bundle-opentelemetry.ts + + - name: Status + run: git status + + - name: Test + run: