Skip to content

Commit 9587452

Browse files
committed
ci: corrects coverage conditional
1 parent 28908e0 commit 9587452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
# Only download this if the coverage/ directory isn't present
13-
- if: !exists('coverage/index.html')
13+
- if: ${{ !exists('coverage/index.html') }}
1414
uses: actions/download-artifact@v4
1515
with:
1616
name: coverage-report

0 commit comments

Comments
 (0)