Skip to content

Commit 77a53aa

Browse files
committed
fix: test workflow
1 parent ae774cd commit 77a53aa

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,9 @@ jobs:
4848
with:
4949
deno-version: v1.x
5050

51-
- name: Run test with coverage report
51+
- name: Run test
5252
shell: bash
53-
run: |
54-
deno task test:coverage
55-
deno task coverage:lco
56-
deno task coverage:show >> .coverage/result.txt
57-
58-
- name: Upload coverage report to Artifact
59-
uses: actions/upload-artifact@v4
60-
with:
61-
name: my-artifact
62-
path: ./.coverage
53+
run: deno task test
6354

6455
coverage-report:
6556
needs:

0 commit comments

Comments
 (0)