Skip to content

Commit c683c46

Browse files
committed
add test to actions
1 parent 1553035 commit c683c46

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install mcdreforged
24+
pip install pytest
25+
26+
- name: Test
27+
run: pytest ./test/test.py
2428

2529
- name: Pack Plugin
2630
run: |

test/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)