Skip to content

Commit 3e2d224

Browse files
committed
Upload Reassure results
1 parent ab46528 commit 3e2d224

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/reassurePerfTests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
- name: Run Reassure delta tests
4242
run: npx reassure --branch --verbose
4343

44+
- name: Upload Reassure results
45+
uses: actions/upload-artifact@v4
46+
with:
47+
name: results
48+
path: .reassure/
49+
if-no-files-found: ignore
50+
4451
- name: Validate output.json
4552
id: validateReassureOutput
4653
uses: ./.github/actions/javascript/validateReassureOutput

0 commit comments

Comments
 (0)