Skip to content

Commit

Permalink
try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LSJoranVC committed Nov 24, 2023
1 parent c67a5d5 commit 3eb1cef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ orbs:
win: circleci/[email protected]
sonar-check: lansweeper/[email protected]

commands:
report:
steps:
- store_test_results:
path: Test/TestResults
- store_artifacts:
path: Test/TestResults

jobs:
build:
executor: win/default
Expand Down

0 comments on commit 3eb1cef

Please sign in to comment.