Skip to content

Commit a861f1a

Browse files
committed
merged
1 parent 4b48067 commit a861f1a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This `test.yml` file defines a GitHub action that will run for all pull requests,
2-
# and for all pushes to main. It installs the python test libraries `parameterized`
3-
# and `pytest`, and then runs the `pytest` command. This automatically detects
4-
# `test_*.py` files and executes tests therein.
2+
# and for all pushes to dev. It installs the python test libraries and then runs the `pytest` command.
3+
# This automatically detects `test_*.py` files and executes tests therein.
54

65
name: CI
76

0 commit comments

Comments
 (0)