Skip to content

Commit 26df61e

Browse files
improved name for tests workflow
Co-authored-by: Daniel Kaufman <114174502+danielfromearth@users.noreply.github.com>
1 parent f87f895 commit 26df61e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# be called by the workflow that runs tests against new PRs and as
44
# a first step in the workflow that publishes new Docker images.
55

6-
name: A reusable workflow to build and run the unit test suite
6+
# Runs linting and unit tests on push, and reports
7+
# code coverage to Codecov.
8+
name: Run tests and linting
79

810
on:
911
push:

0 commit comments

Comments
 (0)