From 73c4ed0ca70cffd8a9757ac51ed8a70df92d5af1 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 12 May 2025 12:16:34 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.github/workflows/docker=5Ftest.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker_test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docker_test.yaml b/.github/workflows/docker_test.yaml index 0b5f8a0..e958017 100644 --- a/.github/workflows/docker_test.yaml +++ b/.github/workflows/docker_test.yaml @@ -21,6 +21,9 @@ jobs: GITHUB_REPOSITORY: ${{ secrets.REPOSITORY }} PR_NUMBER: ${{ github.event.pull_request.number }} steps: + - name: Checkout + uses: actions/checkout@master + - name: Login to Yandex Cloud uses: yc-actions/yc-cr-login@v2 with: