Skip to content

Commit

Permalink
ci: link packages together
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 1, 2025
1 parent 16abf0a commit 1632655
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: latest
run_install: true
- name: Install Dependencies
run: pnpm install
env:
PROXY_USERNAME: ${{ secrets.PROXY_USERNAME }}
PROXY_PASSWORD: ${{ secrets.PROXY_PASSWORD }}
PROXY_HOST: ${{ secrets.PROXY_HOST }}
- name: Test
run: pnpm run test --scope "${{ matrix.package }}"
env:
Expand Down

0 comments on commit 1632655

Please sign in to comment.