Skip to content

Commit bec4837

Browse files
committed
exclude docker test
1 parent 5bb60f8 commit bec4837

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/Test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,13 @@ jobs:
3434
python-version: ${{ matrix.python-version }}
3535
architecture: 'x64'
3636

37-
38-
# You can test your matrix by printing the current Python version
39-
- name: Display Python version
40-
run: python -c "import sys; print(sys.version)"
41-
4237
- name: Install dependencies
4338
run: |
4439
python -m pip install --upgrade pip
4540
pip install future pyparsing numpy psutil pyzmq
4641
4742
- name: Test OMPython
48-
run: python -m unittest tests/test_docker.py
43+
run: |
44+
python -m unittest tests/test_ModelicaSystem.py
45+
python -m unittest tests/test_OMParser.py
46+
python -m unittest tests/test_ZMQ.py

0 commit comments

Comments
 (0)