debug
This commit is contained in:
5
.github/workflows/playwright.yml
vendored
5
.github/workflows/playwright.yml
vendored
@ -261,6 +261,11 @@ jobs:
|
||||
if: ${{ !cancelled() && (success() || failure()) }}
|
||||
run: |
|
||||
echo "Artifact name: playwright-coverage-${{ runner.os }}-${{ matrix.shardIndex }}-${{ github.sha }}"
|
||||
- name: List files in .nyc_output
|
||||
if: ${{ !cancelled() && (success() || failure()) }}
|
||||
run: |
|
||||
echo "Files in .nyc_output:"
|
||||
ls -1 .nyc_output/
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ !cancelled() && (success() || failure()) }}
|
||||
with:
|
||||
|
||||
@ -32,6 +32,6 @@
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"include": ["src", "e2e", "packages", "*.ts"],
|
||||
"exclude": ["node_modules", "./*.grammar", "vite.config.ts"],
|
||||
"exclude": ["node_modules", "./*.grammar", "vite.config.mts"],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user