Skip to content

Commit 08f5d2d

Browse files
authored
chore(librarian): run tests for all files in .generator (googleapis#14384)
Update `.github/workflows/generator.yml` to run tests for all files in `.generator`
1 parent 239af3f commit 08f5d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install -r .generator/requirements-test.in
2929
- name: Run generator_cli tests
3030
run: |
31-
pytest .generator/test_cli.py
31+
pytest .generator
3232
- name: Check coverage
3333
run: |
3434
pytest --cov=. --cov-report=term-missing --cov-fail-under=100

0 commit comments

Comments
 (0)