From 1a58c10c566eec43ee656f4f7c7a470b6d7b43ac Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Wed, 3 Jan 2024 13:24:51 -0800 Subject: [PATCH] Rename step in CI e2e workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bbbf5d..f787797 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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