Skip to content

Commit 3c53570

Browse files
rexwangccLiuChangFreeman
authored andcommitted
Add test placeholder to make Github Actions green for PRs.
1 parent fc7a483 commit 3c53570

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Test with pytest
2828
run: |
2929
pip install pytest
30-
pytest
30+
pytest test.py

test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def test_nothing():
2+
"""Placeholder for Pytest on Github Actions."""
3+
assert True

0 commit comments

Comments
 (0)