Skip to content

Commit

Permalink
Move plugin tests (#289)
Browse files Browse the repository at this point in the history
* moving pytests

* adding tests folder not under CI
  • Loading branch information
paigerube14 authored Aug 19, 2022
1 parent e680592 commit f7e27a2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f7e27a2

Please sign in to comment.