I should read

This commit is contained in:
Trenton H
2025-09-16 08:58:20 -07:00
parent 372f0bd893
commit 158f8f6656

View File

@@ -162,7 +162,7 @@ jobs:
junit.xml
retention-days: 1
include-hidden-files: true
if-no-files-found: fail
if-no-files-found: error
- name: Stop containers
if: always()
run: |
@@ -255,7 +255,7 @@ jobs:
src-ui/coverage/coverage-final.json
src-ui/junit.xml
retention-days: 1
if-no-files-found: fail
if-no-files-found: error
tests-frontend-e2e:
name: "Frontend E2E Tests (Node ${{ matrix.node-version }} - ${{ matrix.shard-index }}/${{ matrix.shard-count }})"
runs-on: ubuntu-24.04