We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-ci
1 parent 1121b4b commit dd6efd7Copy full SHA for dd6efd7
.github/workflows/tests-outerloop.yml
@@ -47,7 +47,7 @@ jobs:
47
env:
48
CI: false
49
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
+ ${{ 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
51
52
- name: Keep only relevant test logs
53
if: always()
0 commit comments