Skip to content

Commit

Permalink
Re-add step
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHawtin committed Nov 19, 2024
1 parent 90e7774 commit 67ff194
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,10 @@ jobs:

- name: Run Functional Tests
run: poetry run behave functional_tests

- name: Upload Failure Traces
uses: actions/upload-artifact@v4
if: failure()
with:
name: playwright-traces
path: playwright_traces/

0 comments on commit 67ff194

Please sign in to comment.