Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
DavDag committed Sep 24, 2024
2 parents 84e7b62 + d93eda0 commit 56d3757
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ jobs:
run: npx github-actions-ctrf ctrf/ctrf-report.json
if: success() || failure()

- name: List files (verify coverage folder exists)
run: |
ls -la
ls -la coverage
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3.0.1
if: success() || failure()
with:
path: /coverage
path: coverage

0 comments on commit 56d3757

Please sign in to comment.