Skip to content

Commit

Permalink
ci: check ci info
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Oct 28, 2023
1 parent 3285e54 commit c911ec7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- feature/ci-test

jobs:
unit-test:
Expand All @@ -20,9 +21,21 @@ jobs:
with:
node-version: 16

- name: Check node version
run: node -v

- name: Install dependencies
run: npm ci

- name: Check typescript version
run: npm list typescript

- name: Check jest version
run: npm list jest

- name: Check @amap/amap-jsapi-types version
run: npm list @amap/amap-jsapi-types

- name: Run tests
run: npm run test:all -- --coverage

Expand Down

0 comments on commit c911ec7

Please sign in to comment.