From 767c89210989df5352f916a30faf9e6aa685c48d Mon Sep 17 00:00:00 2001 From: pompydev Date: Tue, 18 Mar 2025 19:59:11 +0900 Subject: [PATCH] remove artifact upload for test workflow --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be757be..a13ae30 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,9 +39,3 @@ jobs: - run: pnpm build - run: pnpm test:unit - run: pnpm test:e2e - - - uses: actions/upload-artifact@v4 - with: - name: test-results - path: | - apps/*/test-results