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.
1 parent 8259edd commit 6e2385dCopy full SHA for 6e2385d
.github/workflows/insiders.yml
@@ -460,6 +460,8 @@ jobs:
460
run:
461
working-directory: ${{env.special-working-directory}}
462
steps:
463
+ # Checkout the repo in the same way as how the tests are run,
464
+ # or nyc won't know how to reconcile the reports generated by the tests.
465
- name: Checkout
466
uses: actions/checkout@v2
467
with:
.github/workflows/pr-check.yml
@@ -461,6 +461,8 @@ jobs:
468
0 commit comments