We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab46528 commit 3e2d224Copy full SHA for 3e2d224
1 file changed
.github/workflows/reassurePerfTests.yml
@@ -41,6 +41,13 @@ jobs:
41
- name: Run Reassure delta tests
42
run: npx reassure --branch --verbose
43
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
+
51
- name: Validate output.json
52
id: validateReassureOutput
53
uses: ./.github/actions/javascript/validateReassureOutput
0 commit comments