Skip to content

Commit da9ce2f

Browse files
committed
update ci.yml
1 parent 6914cdc commit da9ce2f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,9 @@ jobs:
1717
pipeline: deno
1818
args: |
1919
fmt
20-
test
21-
coverage
2220
- name: Run Dagger Pipelines
2321
run: |
2422
dagger -m github.com/fluent-ci-templates/nodejs-pipeline@main functions
25-
- name: Upload Coverage
26-
run: fluentci run --wasm codecov upload
27-
env:
28-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2923
publish:
3024
needs: tests
3125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)