From feaed89b65e0459254391904b5f6eef34b28c31b Mon Sep 17 00:00:00 2001 From: kerenr-jfrog Date: Tue, 1 Oct 2024 10:25:11 +0300 Subject: [PATCH] fix tests run --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 30f83ae..a3c561f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,6 +16,11 @@ jobs: needs: call-build-workflow steps: + - name: Checkout code + uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha }} + # download build workflow artifacts - name: Download VSIX artifact uses: actions/download-artifact@v3