Skip to content

Commit

Permalink
Refactor setup-e2e action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Jan 21, 2024
1 parent c33e7ba commit 55425a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/setup-e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,8 @@ runs:
agents: 3
ingress_port: ${{ inputs.ingress_port }}

# TODO: minikubeでもagentsやingress_portのようなオプションは必要なのか
# TODO: PVCはオプショナルなのでそれを追加する必要がある
- name: Setup Minikube environment
if: ${{ inputs.require_minikube == 'true' }}
# uses: medyagh/setup-minikube@master
shell: bash
run: |
make minikube/install
Expand Down

0 comments on commit 55425a7

Please sign in to comment.