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 ac6b163 commit 973a3f8Copy full SHA for 973a3f8
.github/workflows/ci.yml
@@ -243,6 +243,11 @@ jobs:
243
$env:AUTOMATED_TESTS_ASSEMBLY_DIR\**\Files.InteractionTests.dll `
244
--logger "trx;LogFileName=$env:AUTOMATED_TESTS_ASSEMBLY_DIR\testResults.trx"
245
246
+ - if: github.event_name == 'pull_request'
247
+ uses: geekyeggo/delete-artifact@v5
248
+ with:
249
+ name: '*'
250
+
251
# - name: Generate markdown from the tests result
252
# shell: pwsh
253
# run: |
0 commit comments