Skip to content

Commit 6a56f65

Browse files
committed
another run
1 parent 49d8fa9 commit 6a56f65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/superset-frontend.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ jobs:
8383
- name: npm run test with coverage
8484
run: |
8585
mkdir -p ${{ github.workspace }}/coverage
86+
chmod -R 777 ${{ github.workspace }}/coverage
8687
docker run \
8788
--rm superset-node-${{ github.sha }} \
8889
-v ${{ github.workspace }}/coverage:/app/superset-frontend/coverage \
8990
bash -c \
90-
'npm run test -- --coverage --silent --shard=${{ matrix.shard }}/8 --coverageReporters="json-summary" && find ./coverage'
91+
'npm run test -- --coverage --shard=${{ matrix.shard }}/8 --coverageReporters="json-summary" && find ./coverage'
9192
find ${{ github.workspace }}/coverage
9293
9394
- name: Upload coverage artifact

0 commit comments

Comments
 (0)