Skip to content

Commit

Permalink
temp: log out installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Sep 11, 2024
1 parent 8e27660 commit 214e42a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,12 @@ jobs:
roleName: ${{ secrets.AWS_CACHE_ROLE_NAME }}
region: ${{ secrets.AWS_CACHE_REGION }}
turbo-server-token: ${{ secrets.TURBOREPO_SERVER_TOKEN }}
- name: Log installed packages, pre-install
run: pnpm list --depth=0
- name: Install dependencies
run: pnpm i --filter="./libs/ui/**"
- name: Log installed packages, post-install
run: pnpm list --depth=0
- name: Build and Test affected libraries
id: test-ui
run: pnpm run test --filter="./libs/ui/**" --filter="!./apps/ledger-live...[${{ inputs.since_branch && format('origin/{0}', inputs.since_branch) || 'HEAD^1' }}]" --api="http://127.0.0.1:${{ steps.toolchain.outputs.port }}" --token="${{ secrets.TURBOREPO_SERVER_TOKEN }}" --team="foo"
Expand Down

0 comments on commit 214e42a

Please sign in to comment.