Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mys1024 committed Apr 21, 2024
1 parent 35417e2 commit 0e47810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
with:
deno-version: ${{ matrix.deno-version }}

- name: Check
run: deno task check
- name: Lint
run: deno task check:lint

- name: Test
run: deno task test:lcov

# # If you don't need to upload the coverage reports, please remove this step.
# If you don't need to upload the coverage reports, please remove this step.
# - name: Upload coverage reports to Codecov
# if: matrix.os == 'ubuntu-latest'
# uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 0e47810

Please sign in to comment.