Skip to content

Commit

Permalink
Reset core unit tests script in linux pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-sanchez committed Jul 10, 2023
1 parent 3a656c9 commit 8c70342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipelines/linux/sql-product-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ steps:
- script: |
set -e
xvfb-run ./scripts/test.sh --build --tfs "Unit Tests"
DISPLAY=:10 ./scripts/test.sh --build --tfs "Unit Tests" --coverage
displayName: Run core unit tests
condition: and(succeeded(), eq(variables['RUN_TESTS'], 'true'), ne(variables['EXTENSIONS_ONLY'], 'true'))
Expand Down

0 comments on commit 8c70342

Please sign in to comment.