feat: test
This commit is contained in:
parent
5188d3d795
commit
1eb0fa31b5
6
.github/workflows/codecov.yml
vendored
6
.github/workflows/codecov.yml
vendored
@ -5,6 +5,10 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- feature/workflow
|
- feature/workflow
|
||||||
|
- develop
|
||||||
|
- main
|
||||||
|
- releases/**
|
||||||
|
- feature/**
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -17,7 +21,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user