Move plugin tests (#289)

* moving pytests

* adding tests folder not under CI
This commit is contained in:
Paige Rubendall
2022-08-19 09:23:37 -04:00
committed by GitHub
parent e680592762
commit f7e27a215e
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
sudo apt-get install build-essential python3-dev
pip install -r requirements.txt
- name: Run unit tests
run: python -m unittest discover
run: python -m unittest discover -s tests
- name: Run CI
run: ./CI/run.sh
- name: Build the Docker images