Skip to content

Commit

Permalink
Rename step in CI e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jan 3, 2024
1 parent 9636114 commit 1a58c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ jobs:
- name: E2E tests
run: poetry run pytest tests/e2e

- name: Upload failure screenshots
- name: Upload failure traces
uses: actions/upload-artifact@v4
if: failure()
with:
name: e2e-failed-traces
name: e2e-failure-traces
path: test-results

0 comments on commit 1a58c10

Please sign in to comment.