Fix e2e test (#4787)

#4785 and #4786 continued
This commit is contained in:
Vadim Stepanov 2024-08-07 14:19:35 +01:00 committed by GitHub
parent f783876166
commit fbd68b10f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,9 @@ jobs:
# - 10.2.4
# - latest
fail-fast: false
# Run one version at a time to avoid the issue when SMS notification are bundled together for multiple versions
# running at the same time (the affected test is in grafana-plugin/e2e-tests/alerts/sms.test.ts)
max-parallel: 1
uses: ./.github/workflows/e2e-tests.yml
with:
grafana_version: ${{ matrix.grafana_version }}