зеркало из https://github.com/Azure/ARO-RP.git
Merge pull request #78 from m1kola/run_tests_in_ci_for_feature_flags
Run tests in CI with feature flags
This commit is contained in:
Коммит
50c7f708de
|
@ -9,6 +9,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GOPATH: /home/runner/work/ARO-RP/go
|
||||
FEATURE_OPERATIONS: ${{ matrix.FEATURE_OPERATIONS }}
|
||||
FEATURE_METRICS: ${{ matrix.FEATURE_METRICS }}
|
||||
strategy:
|
||||
matrix:
|
||||
FEATURE_OPERATIONS: ["enable-operations", ""]
|
||||
FEATURE_METRICS: ["enable-metrics", ""]
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: |
|
||||
|
|
Загрузка…
Ссылка в новой задаче