Skip to content

Commit

Permalink
lining up the files for upload/download
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 4, 2025
1 parent c6bef14 commit b919f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/superset-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-artifacts-${{ matrix.shard }}
path: coverage/
path: superset-frontend/coverage

report-coverage:
needs: [sharded-jest-tests]
Expand All @@ -92,7 +92,7 @@ jobs:
with:
name: coverage-artifacts
merge-multiple: true
pattern: coverage/*
pattern: superset-frontend/coverage/*

- name: Show files
run: find .
Expand Down

0 comments on commit b919f08

Please sign in to comment.