Skip to content

Commit e3f69cb

Browse files
committed
systemtap for junit tests
1 parent edd5abe commit e3f69cb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/collector-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
run: |
4646
COLLECTOR_PATH=/tmp/opentelemetry-collector ./support/local-collector.sh
4747
go mod tidy
48+
- name: Install dependencies
49+
run: |
50+
sudo apt-get update -y
51+
sudo apt-get install -y debootstrap systemtap-sdt-dev
4852
- name: Tests
4953
run: make test-junit
5054
- name: Generate Issue

0 commit comments

Comments
 (0)