Skip to content

Commit 2097837

Browse files
committed
chore: remove upload-artifact
1 parent 8045783 commit 2097837

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ jobs:
6868
- name: NPM Test with Coverage
6969
run: npm run test-coverage
7070
if: matrix.coverage == true
71-
- name: Archive code coverage results
72-
uses: actions/upload-artifact@v3
73-
if: matrix.coverage == true
74-
with:
75-
name: coverage
76-
path: coverage
7771

7872
test-deno:
7973
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)