Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit c3ab09e

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/babel/traverse-7.24.1
2 parents 452fef5 + 70b751e commit c3ab09e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ jobs:
107107
displayName: Add Arduino IDE to PATH
108108
- script: npm test --silent
109109
displayName: Run tests
110+
- task: DeleteFiles@1
111+
inputs:
112+
SourceFolder: $(Build.SourcesDirectory)/.vscode-test
113+
Contents: "*"
114+
RemoveSourceFolder: true
110115
- task: PostAnalysis@2
111116
displayName: Check for compliance errors
112117
inputs:

0 commit comments

Comments
 (0)