зеркало из https://github.com/Azure/ARO-RP.git
Run tests in CI with feature flags
This commit is contained in:
Родитель
9f98531cd8
Коммит
403088a67f
|
@ -9,6 +9,12 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GOPATH: /home/runner/work/ARO-RP/go
|
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:
|
steps:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче