Skip to content

Commit 8eaca31

Browse files
committed
Rename main workflow to test
1 parent d72ae76 commit 8eaca31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml renamed to .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: test
22

33
on: [push, pull_request]
44

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This allows you to test and make sure your view layer is behaving the way you ex
3636
.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pytest-qt.svg
3737
:target: https://anaconda.org/conda-forge/pytest-qt
3838

39-
.. |ci| image:: https://github.com/pytest-dev/pytest-qt/workflows/build/badge.svg
39+
.. |ci| image:: https://github.com/pytest-dev/pytest-qt/workflows/test/badge.svg
4040
:target: https://github.com/pytest-dev/pytest-qt/actions
4141

4242
.. |coverage| image:: http://img.shields.io/coveralls/pytest-dev/pytest-qt.svg

0 commit comments

Comments
 (0)