Skip to content

Commit

Permalink
.github/workflows: make sure we set enable-api-fields to beta
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Dec 20, 2023
1 parent 53af453 commit 9781ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- uses: openshift-pipelines/setup-tektoncd@v1
with:
pipeline_version: ${{ matrix.pipeline-version }}
feature_flags: '{ "enable-api-fields": "beta" }'

# running end-to-end test target
- name: test-e2e
Expand Down

0 comments on commit 9781ecd

Please sign in to comment.