Skip to content

Add tests to confirm observable counter aggregation bug #1583

Add tests to confirm observable counter aggregation bug

Add tests to confirm observable counter aggregation bug #1583

name: integration tests
env:
CI: true
on:
pull_request:
types: [ labeled, synchronize, opened, reopened ]
jobs:
integration_tests:
runs-on: ubuntu-latest

Check failure on line 10 in .github/workflows/integration_tests.yml

View workflow run for this annotation

GitHub Actions / integration tests

Invalid workflow file

The workflow is not valid. .github/workflows/integration_tests.yml (Line: 10, Col: 5): Unexpected value 'rust'
timeout-minutes: 10
if: ${{ github.event.label.name == 'integration tests' || contains(github.event.pull_request.labels.*.name, 'integration tests') }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run integration tests using docker compose
run: ./scripts/integration_tests.sh