Skip to content

Commit

Permalink
NPM_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Feb 15, 2024
1 parent 7ea9601 commit e1da3e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install
run: pnpm i
run: |
pnpm whoami
pnpm i
- name: Compile
run: pnpm -r run compile
- name: Clean coverage report
Expand Down

0 comments on commit e1da3e1

Please sign in to comment.