Skip to content

Commit

Permalink
Update BackendTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkHaoxiang authored Feb 27, 2023
1 parent 707cf0a commit a0963c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/BackendTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ jobs:
cd backend
python3 test/test_env.py
python3 test/test_graph.py
- name: pylint
run: |
cd backend
pylint --rcfile=pylint.cfg --recursive=y simulation test

0 comments on commit a0963c1

Please sign in to comment.