File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments