Skip to content

Commit

Permalink
mod git
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxBot committed Feb 19, 2025
1 parent 7fdb4b5 commit f983874
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/npmTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
matrix:
os: [ ubuntu, windows, macos ]
runs-on: ${{ matrix.os }}-latest
env:
JFROG_CLI_LOG_LEVEL: DEBUG
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -41,4 +43,6 @@ jobs:
RTLIC: ${{ secrets.RTLIC }}

- name: Run npm tests
run: go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.npm
env:
JFROG_CLI_LOG_LEVEL: DEBUG
run: export JFROG_CLI_LOG_LEVEL=DEBUG && go test -v github.com/fluxxBot/jfrog-cli --timeout 0 --test.npm

0 comments on commit f983874

Please sign in to comment.