Skip to content

Commit

Permalink
updating xrayTests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Jul 31, 2023
1 parent 172ec65 commit 411ab8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/xrayTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
gradle-version: 7.6
- name: Fetch Yarn V2 latest version
run: |
cd testdata/xray/yarn-v2
yarn set version latest
- name: Checkout code
uses: actions/checkout@v3
with:
Expand All @@ -67,7 +71,3 @@ jobs:
- name: Run Docker scan and Xray tests
run: go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.xray --test.dockerScan --jfrog.url=${{ secrets.PLATFORM_URL }} --jfrog.adminToken=${{ secrets.PLATFORM_ADMIN_TOKEN }} --test.containerRegistry=${{ secrets.CONTAINER_REGISTRY }}
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Install latest Yarn Berry version for v2 suitcases
run: |
cd testdata/xray/yarn-v2
yarn set version latest

0 comments on commit 411ab8e

Please sign in to comment.