mirror of
https://github.com/apache/superset.git
synced 2026-05-24 17:25:20 +00:00
fix(ci): correct arg name for Vitest coverage reporter in sharded tests
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
2
.github/workflows/superset-frontend.yml
vendored
2
.github/workflows/superset-frontend.yml
vendored
@@ -87,7 +87,7 @@ jobs:
|
||||
-v ${{ github.workspace }}/superset-frontend/coverage:/app/superset-frontend/coverage \
|
||||
--rm $TAG \
|
||||
bash -c \
|
||||
"npm run test -- --coverage --shard=${{ matrix.shard }}/8 --coverage.reporter=json"
|
||||
"npm run test -- --coverage.enabled --shard=${{ matrix.shard }}/8 --coverage.reporter=json"
|
||||
|
||||
- name: Upload Coverage Artifact
|
||||
uses: actions/upload-artifact@v7
|
||||
|
||||
Reference in New Issue
Block a user