We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c0dd4 commit c77439fCopy full SHA for c77439f
.github/workflows/test.yml
@@ -36,15 +36,15 @@ jobs:
36
- name: "unit(test): perform unit test checks"
37
run: npm test
38
39
- - name: "build: package code for distribution"
40
- run: npm run build
41
-
42
- name: "unit(test): upload coverage to CodeCov"
43
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.0.7
44
with:
45
directory: ./coverage
46
token: ${{ secrets.CODECOV_TOKEN }}
47
+ - name: "build: package code for distribution"
+ run: npm run build
+
48
- name: "pretest(inputs): save the push event trigger commit URL"
49
if: "contains(github.event_name, 'push')"
50
run: |
0 commit comments