From dbd8f15bb45d7d276b1018cb5a7f4ebca91c8a1e Mon Sep 17 00:00:00 2001 From: Angus Bayley Date: Tue, 10 Sep 2024 15:11:26 +0100 Subject: [PATCH] temp: add back in * on filter on UI libs test command --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f99108adf4e5..5e8963f05920 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -199,7 +199,7 @@ jobs: run: pnpm i --filter="./libs/ui/**" - name: Build and Test affected libraries id: test-ui - run: pnpm run test --continue --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" + run: pnpm run test --continue --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" shell: bash - name: (On Failure) Upload react-ui test results uses: actions/upload-artifact@v4