loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'ci: upload all e2e artifacts' (#5973) from viceice/ci/e2e-artifacts into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5973

+3 -3
+3 -3
.forgejo/workflows/testing.yml
··· 122 122 USE_REPO_TEST_DIR: 1 123 123 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 124 124 CHANGED_FILES: ${{steps.changed-files.outputs.all_changed_files}} 125 - - name: Upload screenshots on failure 125 + - name: Upload test artifacts on failure 126 126 if: failure() 127 127 uses: https://code.forgejo.org/forgejo/upload-artifact@v4 128 128 with: 129 - name: screenshots.zip 130 - path: /workspace/forgejo/forgejo/tests/e2e/test-artifacts/*/*.png 129 + name: test-artifacts.zip 130 + path: tests/e2e/test-artifacts/ 131 131 retention-days: 3 132 132 test-remote-cacher: 133 133 if: vars.ROLE == 'forgejo-coding' || vars.ROLE == 'forgejo-testing'