We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f3358 commit 38b96a8Copy full SHA for 38b96a8
1 file changed
.github/workflows/docker-image.yml
@@ -19,3 +19,9 @@ jobs:
19
cd tests
20
make all
21
make test
22
+
23
+ - name: 'Upload Test Report'
24
+ uses: actions/upload-artifact@v4
25
+ with:
26
+ path: tests/_output
27
+ retention-days: 7
0 commit comments