From cf1cd3f778523b31e6d21c2fa0bb3e8508e9c828 Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Tue, 10 Sep 2024 09:30:50 -0500 Subject: [PATCH] Strip out deprecated action-upload --- .github/workflows/ci.yml | 6 ------ .github/workflows/playwright.yml | 7 ------- 2 files changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 594f8b9cf09..d8c6544a4c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,12 +104,6 @@ jobs: path: node_modules key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }} - run: yarn install - - run: yarn ci:test:${{ matrix.suite }} - - uses: actions/upload-artifact@v2 - if: ${{ failure() }} - with: - name: diff output - path: "**/__diff_output__/*" lint: name: Lint diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 699232376e5..9e6a0436461 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -21,11 +21,4 @@ jobs: - run: npx playwright install-deps - run: npx playwright install - run: npm run test - - - name: Upload test results - if: always() - uses: actions/upload-artifact@v2 - with: - name: playwright-report - path: playwright/test-results