|
@@ -45,8 +45,11 @@ jobs:
|
|
uses: actions/upload-artifact@v4
|
|
uses: actions/upload-artifact@v4
|
|
with:
|
|
with:
|
|
name: test-logs
|
|
name: test-logs
|
|
- path: logs/
|
|
|
|
-
|
|
|
|
|
|
+ path: |
|
|
|
|
+ logs/
|
|
|
|
+ uploads/
|
|
|
|
+ UnitTests/TestResults/
|
|
|
|
+
|
|
# Note: this step is currently not writing to the gist for some reason
|
|
# Note: this step is currently not writing to the gist for some reason
|
|
# - name: Create Test Coverage Badge
|
|
# - name: Create Test Coverage Badge
|
|
# uses: simon-k/[email protected]
|
|
# uses: simon-k/[email protected]
|