File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818 - name : Run Black Check
1919 run : |
2020 black ./IntegrationTests --check --diff
21-
21+
2222 - name : Run PyLint
2323 run : |
2424 pylint ./IntegrationTests/test_runner.py ./IntegrationTests/conftest.py
@@ -186,14 +186,15 @@ jobs:
186186
187187 echo "${{ matrix.som }} $SOM_TESTS"
188188 eval "${{ matrix.som }} $SOM_TESTS"
189-
189+
190190 - name : Run Integration Tests
191191 if : ${{ matrix.som != 'spec' }}
192192 run : |
193193 python -m pip install --upgrade pip
194194 pip install pytest
195- export EXECUTABLE ="som-vm/${{ matrix.som }}"
195+ export VM ="som-vm/${{ matrix.som }}"
196196 export CLASSPATH=Smalltalk
197+ export TEST_EXCEPTIONS=som-vm/integration-tests.yml
197198 pytest IntegrationTests
198199
199200 # We currently test SomSom only on TruffleSOM
You can’t perform that action at this time.
0 commit comments