We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ace3f1 commit 70a4504Copy full SHA for 70a4504
.github/workflows/BuildWebSocket.yml
@@ -103,7 +103,7 @@ jobs:
103
}
104
} @Parameters
105
- name: PublishTestResults
106
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@main
107
with:
108
name: PesterResults
109
path: '**.TestResults.xml'
Build/GitHub/Steps/PublishTestResults.psd1
@@ -0,0 +1,10 @@
1
+@{
2
+ name = 'PublishTestResults'
3
+ uses = 'actions/upload-artifact@main'
4
+ with = @{
5
+ name = 'PesterResults'
6
+ path = '**.TestResults.xml'
7
+ }
8
+ if = '${{always()}}'
9
+}
10
+
0 commit comments