1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

.github/workflows: fix typo to enable excluding thanos ruler tests

Setting the EXCLUDE_THANOSRULER_TESTS env var excludes all thanos
ruler tests in the e2e suite. The CI workflow currently has a typo
and sets EXCLUDE_THANOS_TESTS instead.
This change fixes the typo in the CI workflow.

Signed-off-by: fpetkovski <filip.petkovsky@gmail.com>
This commit is contained in:
fpetkovski
2021-05-10 16:33:13 +02:00
parent 0e37ec1f06
commit b03c10d9c3

View File

@@ -141,7 +141,7 @@ jobs:
run: >
EXCLUDE_ALERTMANAGER_TESTS=${{ matrix.alertmanager }}
EXCLUDE_PROMETHEUS_TESTS=${{ matrix.prometheus }}
EXCLUDE_THANOS_TESTS=${{ matrix.thanosruler }}
EXCLUDE_THANOSRULER_TESTS=${{ matrix.thanosruler }}
make test-e2e
publish:
runs-on: ubuntu-latest