Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 committed Jan 17, 2025
1 parent 05aedef commit de5cacd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/functional_test_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: common setup for kind and cert-manager
uses: ./.github/workflows/common_steps.yaml@setup-kind
- name: helm install with operator and CRD subchart enabled
Expand All @@ -513,6 +514,7 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: common setup for kind and cert-manager
uses: ./.github/workflows/common_steps.yaml@setup-kind
- name: install CRDs from Helm template with kubectl
Expand Down

0 comments on commit de5cacd

Please sign in to comment.