switch to helm/kind-action@v1.3.0

Signed-off-by: Matteo Silvestri <matteosilv@gmail.com>
This commit is contained in:
Matteo Silvestri
2022-08-23 09:56:13 +02:00
parent de8b0d8b51
commit 43a19d8e99
+1 -7
View File
@@ -197,10 +197,7 @@ jobs:
run: yarn backstage-cli repo lint --since origin/master
- name: bootstrap kind
run: |
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.14.0/kind-linux-amd64
chmod +x ./kind
./kind create cluster
uses: helm/kind-action@v1.3.0
- name: test changed packages
if: ${{ steps.yarn-lock.outcome == 'success' }}
@@ -224,9 +221,6 @@ jobs:
BACKSTAGE_TEST_DATABASE_POSTGRES9_CONNECTION_STRING: postgresql://postgres:postgres@localhost:${{ job.services.postgres9.ports[5432] }}
BACKSTAGE_TEST_DATABASE_MYSQL8_CONNECTION_STRING: mysql://root:root@localhost:${{ job.services.mysql8.ports[3306] }}/ignored
- name: delete kind command
run: rm kind
- name: ensure clean working directory
run: |
if files=$(git ls-files --exclude-standard --others --modified) && [[ -z "$files" ]]; then