Skip to content

Commit

Permalink
fix tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog committed Oct 1, 2024
1 parent 2255813 commit feaed89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit feaed89

Please sign in to comment.