Skip to content

Commit

Permalink
yarn basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Jul 17, 2024
1 parent 9d637a2 commit 4219605
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,14 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: enable yarn
run: corepack enable

- name: Run JFrog CLI
run: |
node -v
npm -v
yarn -v
jf -v
jf rt dl generic-local-robi/v2/2.100.0/jfrog-cli-linux-amd64/jfrog --flat --fail-no-op
chmod +x ./jfrog
Expand All @@ -45,6 +50,9 @@ jobs:
./jfrog rt ping
# Collect environment variables for the build
cd npm-example
../jfrog npm-config --repo-resolve npm-remote
../jfrog npm i
# ../jfrog npm-config --repo-resolve npm-remote
# ../jfrog npm i
# ../jfrog rt bp
../jfrog yarn-config --repo-resolve npm-remote
../jfrog yarn i
../jfrog rt bp

0 comments on commit 4219605

Please sign in to comment.