From af508a4f88763a6be9f55104e3f50e081cb7ee97 Mon Sep 17 00:00:00 2001 From: Yar Bash Date: Wed, 20 Nov 2024 13:21:47 +0300 Subject: [PATCH] test-deploy 15 --- .github/workflows/test-deployment.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-deployment.yml b/.github/workflows/test-deployment.yml index 25d5fbc..11f7ca2 100644 --- a/.github/workflows/test-deployment.yml +++ b/.github/workflows/test-deployment.yml @@ -29,6 +29,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - uses: actions/checkout@v4 - name: Download production articfact uses: actions/download-artifact@v4 with: @@ -37,6 +38,4 @@ jobs: run: | pwd ls - cd .. - pwd - ls +