ci: run codecov once
This commit is contained in:
parent
fd271286d3
commit
037394d09c
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -43,9 +43,10 @@ jobs:
|
|||||||
- run: DB=postgres npm run test
|
- run: DB=postgres npm run test
|
||||||
|
|
||||||
- run: npm run test:cov
|
- run: npm run test:cov
|
||||||
- run: bash <(curl -s https://codecov.io/bash)
|
if: github.event_name == 'push' && matrix.node-version == '20.x'
|
||||||
|
- run: 'bash <(curl -s https://codecov.io/bash)'
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
if: github.event_name == 'push' && matrix.node-version == '18.x'
|
if: github.event_name == 'push' && matrix.node-version == '20.x'
|
||||||
uses: cycjimmy/semantic-release-action@v3
|
uses: cycjimmy/semantic-release-action@v3
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user