Skip to content

Commit

Permalink
moar tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Jan 30, 2024
1 parent 4d0d015 commit 0721024
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/k8s-regression-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,15 @@ jobs:
&& kubectl version --client
- name: Install kind
run: go install sigs.k8s.io/[email protected]
- name: Configure SSH Agent
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.K8S_CI_SECRET }}'
- name: Create local k8s cluster
run: |
pwd
kind create cluster --name regression-tester --config .github/workflows/kind-config.yaml.sample
kubectl cluster-info --context kind-regression-tester
- name: Clone and build devnet images
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.K8S_CI_SECRET }}'
git clone https://github.com/maticnetwork/polygon-devnets
cd polygon-devnets/docker/pos
make all DEV=true K8S_ENV=true K8S_NS=test
Expand Down

0 comments on commit 0721024

Please sign in to comment.