Skip to content

Commit dd6efd7

Browse files
authored
[outerloop] Run with -ci to match the other test runs on CI (#8526)
This will also cause Playwright to be correctly installed for Dashboard tests. Fixes #8496
1 parent 1121b4b commit dd6efd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-outerloop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
CI: false
4949
run: |
50-
${{ env.BUILD_SCRIPT }} -projects ${{ github.workspace }}/tests/Shared/SolutionTests.proj -restore -build -test -c Release /p:RunQuarantinedTests=true /bl:${{ github.workspace }}/artifacts/log/Release/test-quarantined.binlog
50+
${{ env.BUILD_SCRIPT }} -projects ${{ github.workspace }}/tests/Shared/SolutionTests.proj -ci -restore -build -test -c Release /p:RunQuarantinedTests=true /bl:${{ github.workspace }}/artifacts/log/Release/test-quarantined.binlog
5151
5252
- name: Keep only relevant test logs
5353
if: always()

0 commit comments

Comments
 (0)