We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b48067 commit a861f1aCopy full SHA for a861f1a
.github/workflows/test.yml
@@ -1,7 +1,6 @@
1
# 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.
+# and for all pushes to dev. It installs the python test libraries and then runs the `pytest` command.
+# This automatically detects `test_*.py` files and executes tests therein.
5
6
name: CI
7
0 commit comments