Skip to content

Commit 3310c53

Browse files
committed
fix tests workflow
1 parent ea23cfb commit 3310c53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ jobs:
103103
- name: Post or Update Coverage Summary Comment
104104
if: ${{ steps.findPr.outputs.number != '' }}
105105
uses: actions/github-script@v7
106-
if: ${{ steps.findPr.outputs.number != '' }}
107106
with:
108107
script: |
109108
const fs = require('fs');

0 commit comments

Comments
 (0)