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 18
18
- name : Run Black Check
19
19
run : |
20
20
black ./IntegrationTests --check --diff
21
-
21
+
22
22
- name : Run PyLint
23
23
run : |
24
24
pylint ./IntegrationTests/test_runner.py ./IntegrationTests/conftest.py
@@ -186,14 +186,15 @@ jobs:
186
186
187
187
echo "${{ matrix.som }} $SOM_TESTS"
188
188
eval "${{ matrix.som }} $SOM_TESTS"
189
-
189
+
190
190
- name : Run Integration Tests
191
191
if : ${{ matrix.som != 'spec' }}
192
192
run : |
193
193
python -m pip install --upgrade pip
194
194
pip install pytest
195
- export EXECUTABLE ="som-vm/${{ matrix.som }}"
195
+ export VM ="som-vm/${{ matrix.som }}"
196
196
export CLASSPATH=Smalltalk
197
+ export TEST_EXCEPTIONS=som-vm/integration-tests.yml
197
198
pytest IntegrationTests
198
199
199
200
# We currently test SomSom only on TruffleSOM
You can’t perform that action at this time.
0 commit comments