Skip to content

Commit 56d3757

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 84e7b62 + d93eda0 commit 56d3757

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/webpack.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ jobs:
2222
run: npx github-actions-ctrf ctrf/ctrf-report.json
2323
if: success() || failure()
2424

25+
- name: List files (verify coverage folder exists)
26+
run: |
27+
ls -la
28+
ls -la coverage
29+
2530
- name: Upload GitHub Pages artifact
2631
uses: actions/[email protected]
2732
if: success() || failure()
2833
with:
29-
path: /coverage
34+
path: coverage

0 commit comments

Comments
 (0)