Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove *.log files from snapshot artifacts
Rūdolfs Ošiņš committed 3 years ago
commit 57600c8adf189941d9a846a5fa75136a4bafc16b
parent d31981f4ad89de995bce61481e7444ec36a67417
1 file changed +8 -0
modified .github/workflows/check-e2e.yml
@@ -76,6 +76,14 @@ jobs:
            npm run test:e2e -- --project ${{ matrix.browser }};
          fi

+
      # We don't care about the logs in visual snapshot tests, only the images.
+
      - name: Cleanup artifacts
+
        if: always()
+
        run: |
+
          if [ ${{ matrix.browser }} = "visual" ]; then
+
              shopt -s globstar
+
              rm -rf tests/visual/snapshots/**/*.log
+

      - name: Upload artifacts
        uses: actions/upload-artifact@v3
        if: always()