Skip to content

Commit

Permalink
Run generate
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Dec 7, 2024
1 parent a5e8104 commit 853db05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y clang llvm libbpf-dev
- name: Run generate
run: make generate
- name: Clean
run: |
rm -f ./internal/test/e2e/${{ matrix.library }}/traces{,-orig}.json
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ e2e-nethttp: e2e/internal/test/e2e/nethttp
e2e-nethttp-custom: e2e/internal/test/e2e/nethttp_custom
e2e-otelglobal: e2e/internal/test/e2e/otelglobal
e2e/%: DIR=$*
e2e/%:
e2e/%: generate
@: > $(DIR)/traces-orig.json # Truncate or ensure ownership.
@(cd $(DIR) && docker-compose up && docker-compose down)
@bats $(DIR)/verify.bats
Expand Down

0 comments on commit 853db05

Please sign in to comment.