Skip to content

chore(deps): update grafana/grafana docker tag to v11.2.3 #4386

chore(deps): update grafana/grafana docker tag to v11.2.3

chore(deps): update grafana/grafana docker tag to v11.2.3 #4386

Workflow file for this run

name: 🕵️ Test suite
on:
push:
pull_request:
types: [ "opened", "synchronize", "reopened" ]
jobs:
unit_tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run unit tests
run: docker compose -f docker-compose.test.yml up --build --exit-code-from test
- uses: codecov/codecov-action@v4
with:
files: ./coverage.txt
flags: unittests
name: codecov-umbrella
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}