Skip to content

Commit

Permalink
remove warp
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Jul 24, 2024
1 parent 9073a57 commit fadc430
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
with:
go-version: stable

- name: Setup WARP
uses: fscarmen/[email protected]

- name: Set GOPATH
run: echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV

Expand Down Expand Up @@ -114,7 +111,7 @@ jobs:
- name: Deploy Kubernetes
id: k8s
run: |
kind create cluster --name ${{ github.run_id }} --image=kindest/node:${{ inputs.k8s-version }} --config ../../config/cluster/kind-cluster.yaml
kind create cluster --name ${{ github.run_id }} --image=kindest/node:${{ inputs.k8s-version }} --config ./cluster/kind-cluster.yaml
kind load docker-image ${{ join(fromJSON(steps.ngf-meta.outputs.json).tags, ' ') }} ${{ join(fromJSON(steps.nginx-meta.outputs.json).tags, ' ') }} --name ${{ github.run_id }}
- name: Run functional telemetry tests
Expand Down

0 comments on commit fadc430

Please sign in to comment.