Skip to content

Commit d584a76

Browse files
author
v.kyrashchuk
committed
feat: orc-9153 refactoring existing bundle
1 parent 14b273f commit d584a76

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/integration_tests.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
--health-interval=10s
3838
--health-timeout=5s
3939
--health-retries=5
40+
-v ${{ github.workspace }}/docker/tempo/tempo.yaml:/etc/tempo.yaml
41+
--entrypoint="tempo -config.file=/etc/tempo.yaml"
4042
4143
steps:
4244
- name: Checkout
@@ -53,6 +55,12 @@ jobs:
5355
- name: Install dependencies
5456
run: composer install --prefer-dist --no-progress --ignore-platform-req=ext-opentelemetry --ignore-platform-req=ext-protobuf
5557

58+
- name: Prepare Tempo directories
59+
run: |
60+
mkdir -p /tmp/tempo/traces
61+
mkdir -p /tmp/tempo/wal
62+
mkdir -p /tmp/tempo/blocks
63+
5664
- name: Start test application
5765
run: |
5866
cd test_app

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"require": {
2828
"php": "^8.2",
2929
"ext-opentelemetry": "*",
30-
"ext-protobuf": "*",
3130
"symfony/dependency-injection": "^6.4|^7.0",
3231
"symfony/config": "^6.4|^7.0",
3332
"symfony/yaml": "^6.4|^7.0",

0 commit comments

Comments
 (0)