Skip to content

Commit

Permalink
Aligning unittests to the present folder location
Browse files Browse the repository at this point in the history
  • Loading branch information
nunobrum committed Aug 9, 2023
1 parent d0b2cdf commit df5c4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install numpy
- name: Test sweep_iterators.py
run: |
python ./unittests/sweep_iterators/sweep_iterators_unittest.py
python ./unittests/sweep_iterators_unittest.py
- name: Test LTSpice_RawRead
run: |
python ./unittests/test_pyltspice.py
Expand Down

0 comments on commit df5c4ef

Please sign in to comment.