some more debug
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/playwright.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/playwright.yml
									
									
									
									
										vendored
									
									
								
							| @ -257,6 +257,10 @@ jobs: | ||||
|         path: playwright-report/ | ||||
|         retention-days: 30 | ||||
|         overwrite: true | ||||
|     - name: Debug artifact name | ||||
|       if: ${{ !cancelled() && (success() || failure()) }} | ||||
|       run: | | ||||
|         echo "Artifact name: playwright-coverage-${{ runner.os }}-${{ matrix.shardIndex }}-${{ github.sha }}" | ||||
|     - uses: actions/upload-artifact@v4 | ||||
|       if: ${{ !cancelled() && (success() || failure()) }} | ||||
|       with: | ||||
| @ -481,6 +485,8 @@ jobs: | ||||
|       run: | | ||||
|         echo "Available artifacts:" | ||||
|         gh api -H "Accept: application/vnd.github+json" /repos/${{ github.repository }}/actions/artifacts --jq '.artifacts[].name' | ||||
|       env: | ||||
|         GH_TOKEN: ${{ github.token }} | ||||
|     - name: Download coverage reports from GitHub Actions Artifacts | ||||
|       uses: actions/download-artifact@v4 | ||||
|       with: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user