From 55425a7d216d3a7bc12130ef119de5a421770f9c Mon Sep 17 00:00:00 2001 From: ykadowak Date: Sun, 21 Jan 2024 14:02:22 +0000 Subject: [PATCH] Refactor setup-e2e action.yaml --- .github/actions/setup-e2e/action.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/actions/setup-e2e/action.yaml b/.github/actions/setup-e2e/action.yaml index e851cb3a13..19fd24100a 100644 --- a/.github/actions/setup-e2e/action.yaml +++ b/.github/actions/setup-e2e/action.yaml @@ -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