Skip to content

Commit

Permalink
fix: remove upload of e2e results
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 committed Dec 1, 2024
1 parent f3c69e3 commit f7ac5cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,3 @@ jobs:

- name: Run e2e tests
run: pnpm run e2e

- name: Upload e2e test results
uses: actions/upload-artifact@v4
with:
name: e2e-test-results
path: e2e-test-results/results.xml

0 comments on commit f7ac5cc

Please sign in to comment.