Skip to content

Commit bb28a5f

Browse files
authored
Update ci.yml
1 parent 9cbc893 commit bb28a5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ jobs:
243243
$env:AUTOMATED_TESTS_ASSEMBLY_DIR\**\Files.InteractionTests.dll `
244244
--logger "trx;LogFileName=$env:AUTOMATED_TESTS_ASSEMBLY_DIR\testResults.trx"
245245
246+
- uses: geekyeggo/delete-artifact@v5
247+
with:
248+
name: '*'
249+
246250
# - name: Generate markdown from the tests result
247251
# shell: pwsh
248252
# run: |

0 commit comments

Comments
 (0)