Skip to content

Commit

Permalink
try gaining more insight in failing ui tests in github
Browse files Browse the repository at this point in the history
  • Loading branch information
leider committed Nov 17, 2024
1 parent cacc98e commit 082ed5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ jobs:
yarn playwright install chromium
yarn tsc
./startRunStop.sh
- name: Archive UI test results
uses: actions/upload-artifact@v4
with:
name: ui build results
path: frontendtests/output

0 comments on commit 082ed5f

Please sign in to comment.