From be13d43e0cbb0398620e22ab445089c64ee6bc1c Mon Sep 17 00:00:00 2001 From: EdwardLi-coder <2023edwardll@gmail.com> Date: Sun, 11 Aug 2024 00:20:18 +0800 Subject: [PATCH] delete Archive failed tests screenshots --- .github/workflows/build.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9d616ec0e..5ca5ebb543 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -371,15 +371,6 @@ jobs: run: | bin/rake knapsack_pro:rspec - - name: Archive failed tests screenshots - if: failure() - uses: actions/upload-artifact@v4 - with: - name: failed-tests-screenshots - path: tmp/capybara/screenshots/*.png - retention-days: 7 - if-no-files-found: ignore - test_the_rest: runs-on: ubuntu-22.04 services: