Skip to content

Commit

Permalink
fix tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog committed Sep 16, 2024
1 parent 7cf98ed commit 0f19e49
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,15 @@ jobs:
nuget-${{ runner.os }}-
- name: Restore dependencies
run: dotnet restore
run: |
dotnet restore
nuget restore
- name: Download JFrog CLI executable
- uses: jfrog/setup-jfrog-cli@v4
with:
version: ${{ env.JFROG_CLI_VERSION }}
uses: jfrog/setup-jfrog-cli@v4
with:
version: ${{ env.JFROG_CLI_VERSION }}


- name: Build VSIX Project
# build the vsix project using multi-core compilation and parallel builds
Expand Down

0 comments on commit 0f19e49

Please sign in to comment.