Skip to content

Commit b63a3b9

Browse files
committed
Pytest Github actions
1 parent a5c02f4 commit b63a3b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install -r requirements.txt
33+
- name: Delete unwanted tests
34+
run: rm tests/*selenium*
3335
- name: Test with pytest
3436
run: |
3537
pip install pytest
36-
pytest tests.py
38+
pytest tests

0 commit comments

Comments
 (0)