Skip to content

Commit 35ed73a

Browse files
authored
Rename CI workflow (#51)
The CI workflow file was called `unit_tests.yml` and the job name was "unit tests". I propose that we rename the workflow file `tests.yml` and the job name "tests", since the workflow runs both unit tests and examples - not just unit tests. I would be open also to calling the workflow file `tests_and_examples.yml` and the job name "tests and examples".
1 parent 625e0a4 commit 35ed73a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit_tests.yml renamed to .github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pals-python
1+
name: pals
22

33
on:
44
push:
@@ -11,8 +11,8 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
jobs:
14-
unit_tests:
15-
name: unit tests
14+
tests:
15+
name: tests
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)