Skip to content

Commit

Permalink
remove port-forward from test gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 12, 2024
1 parent f1f0437 commit 364f7f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- uses: ./
id: starship
with:
port-forward: true
name: test-with-values
values: config.yaml

Expand Down Expand Up @@ -130,7 +129,6 @@ jobs:
- uses: ./
id: starship
with:
port-forward: true
name: test-kubeconfig
kubeconfig: ${{ steps.kubeconfig.outputs.content }}
values: config.yaml
Expand Down Expand Up @@ -170,7 +168,6 @@ jobs:
- uses: ./
id: starship
with:
port-forward: false
name: test-no-portforward
values: config.yaml

Expand Down

0 comments on commit 364f7f2

Please sign in to comment.