Skip to content

Commit

Permalink
chore: authenticate npm in vitest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Nov 11, 2024
1 parent 68fadf8 commit c4ac191
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test_vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ jobs:
with:
node-version: '18'
cache: 'npm'
cache-dependency-path: 'package-lock.json'
registry-url: 'https://registry.npmjs.org/'
scope: "@claritydao"


- name: Install dependencies
run: npm ci

- name: Install frontend dependencies
run: npm install
env:
NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}


- name: Run Vitest tests
run: |
Expand Down

0 comments on commit c4ac191

Please sign in to comment.