mirror of https://github.com/eyhc1/rendercv.git
workflows: rename tests.yaml to test.yaml
This commit is contained in:
parent
695aeeb9e9
commit
cdd0991b47
|
@ -1,4 +1,4 @@
|
||||||
name: Tests
|
name: Test
|
||||||
|
|
||||||
# GitHub events that triggers the workflow:
|
# GitHub events that triggers the workflow:
|
||||||
on:
|
on:
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
mv .coverage .coverage.${{ matrix.python-version }}.${{ matrix.os }}
|
mv .coverage .coverage.${{ matrix.python-version }}.${{ matrix.os }}
|
||||||
|
|
||||||
- name: Store coverage files
|
- name: Store coverage files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: coverage
|
name: coverage
|
||||||
path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}
|
path: .coverage.${{ matrix.python-version }}.${{ matrix.os }}
|
Loading…
Reference in New Issue