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: