Skip to content

Commit

Permalink
specify branch name in chart testing (#2451)
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu McCloskey <[email protected]>
  • Loading branch information
nabuskey authored Mar 1, 2025
1 parent 79264a4 commit fc7c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
run: |
docker build -t docker.io/kubeflow/spark-operator:local .
minikube image load docker.io/kubeflow/spark-operator:local
ct install
ct install --target-branch ${{ steps.get_branch.outputs.BRANCH }}
e2e-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fc7c697

Please sign in to comment.