From decdf0625b63827214bc41a05f43d7cb495fb1cb Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 16 May 2023 12:12:48 +0000 Subject: [PATCH] ci: fix yml --- .github/workflows/e2e.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 43825a2..b2bd0ab 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -50,12 +50,12 @@ jobs: - name: Create droplet run: >- doctl compute droplet create - --size s-1vcpu-1gb - --tag-name=github-actions - --image ubuntu-22-04-x64 - --ssh-keys='b4:4c:66:7d:be:19:25:43:1c:e0:02:61:9f:49:12:94' - --wait - ga-out-of-tree-e2e-${{ matrix.os.distro }}-${{ matrix.os.release }}-$GITHUB_SHA + --size s-1vcpu-1gb + --tag-name=github-actions + --image ubuntu-22-04-x64 + --ssh-keys='b4:4c:66:7d:be:19:25:43:1c:e0:02:61:9f:49:12:94' + --wait + ga-out-of-tree-e2e-${{ matrix.os.distro }}-${{ matrix.os.release }}-$GITHUB_SHA - name: End-to-End Testing [${{ matrix.os.distro }} ${{ matrix.os.release }}] run: |