Skip to content

Commit 36757e5

Browse files
author
LamNguyen176
committed
change job
1 parent 557046e commit 36757e5

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/ci.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,12 @@ jobs:
2020
- name: Setup
2121
uses: ./.github/actions/setup
2222

23-
test:
24-
runs-on: ubuntu-latest
25-
# needs: [lint, typecheck]
26-
needs: setup
27-
steps:
28-
- name: Checkout Code
29-
uses: actions/checkout@v3
30-
3123
- name: Run Tests
3224
run: yarn test --maxWorkers=2 --coverage
3325

3426
upload-coverage:
3527
runs-on: ubuntu-latest
36-
needs: test
28+
needs: setup
3729
steps:
3830
- name: Upload Coverage to Codecov
3931
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.COVERAGE_KEY }} -f coverage/lcov.info

coverage/lcov-report/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</h1>
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2024-10-18T03:44:37.016Z
119+
at 2024-10-18T04:16:48.085Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

0 commit comments

Comments
 (0)