summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-12-30 10:57:25 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-12-30 10:57:25 -0500
commit060d491a9aaacfe457ad365cfd60b611fc9f5bcf (patch)
tree7ad2245608cd498d697ee33c1b040c78ff818301 /.github
parentcfe99a5a7941f9f8785dd3ec12d1df94e9134411 (diff)
downloadpytest-runner-060d491a9aaacfe457ad365cfd60b611fc9f5bcf.tar.gz
Rename 'Automated Tests' to simply 'tests'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8c5c232..6a8ff00 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,4 +1,4 @@
-name: Automated Tests
+name: tests
on: [push, pull_request]